<html><head></head><body><div><br></div><div>On Sat, 2017-01-28 at 23:23 +1100, Karl Auer wrote:</div><blockquote type="cite"><pre>On Sat, 2017-01-28 at 12:37 +0100, Ralf Mardorf wrote:
<blockquote type="cite">
On Sat, 28 Jan 2017 10:47:29 +0200, Charles IRONS wrote:
<blockquote type="cite">
There may be advantage in using terminal commands for some
problems. What sources could I study to gradually learn more?
</blockquote>

there are some good guides available. Maybe the order they are listed
by Google is close to their popularity
</blockquote>

I find that that one good way to learn is to pick a simple task and
figure out how to do it using the target technology. This is the idea
behind "Hullo World!" programs. You take a task where you know the
inputs, outputs and expected results very well, so you are not having
to learn about the task itself, only the means of achieving it.

For example, if you generally use Nautilus to copy files from one
directory to another, try figuring out how to do it on the command
line.

If you can, experiment on a computer that you can treat as disposable.
Virtual machines are ideal.

Google is probably a better first stop for info than man pages. As you
gain experience you will find that man pages make more sense and become
more useful.

Here are the top ten commands to learn about; they will give you
maximum bang-for-buck:

cd - change directory
ls - list files
cp - copy files from place to place
mv - move files from place to place
rm - remove files and directories (be careful!)
man - look at the doco for a command
apropos - find doco ("man apropos" to start :-)
less - read a text file
grep - look for patterns in text output
sudo - execute a command as root (be careful!)

And you should google for information about the following concepts.
Work at them until you understand them, they are all related and they
form the basis of ALL non-trivial use of the Unix command line:

standard input
standard output
standard error
redirection
pipes

Have fun :-)

Regards, K.

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Karl Auer (<a href="mailto:kauer@biplane.com.au">kauer@biplane.com.au</a>)
<a href="http://www.biplane.com.au/kauer">http://www.biplane.com.au/kauer</a>
<a href="http://twitter.com/kauer389">http://twitter.com/kauer389</a>

GPG fingerprint: A52E F6B9 708B 51C4 85E6 1634 0571 ADF9 3C1C 6A3A
Old fingerprint: E00D 64ED 9C6A 8605 21E0 0ED0 EE64 2BEE CBCB C38B
</pre></blockquote><div><br></div><blockquote type="cite"><pre><font color="#000000">Thanks a lot Karl & Ralf for your advice.</font>
</pre></blockquote><div><br></div><div>I will follow your suggestions. Just allow some time before I feedback.</div><div><br></div><div>Chas</div><div><br></div><blockquote type="cite"><pre>

</pre></blockquote></body></html>