[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Guide / Tools



On Wed, 2012-11-21 at 09:34 +0100, "Morel Bérenger" wrote:
> cd (there are some tricks, like no args, using '/' or '~' to start the arg)
> cp

To read about globbing is very important. Simply using wildcards could
cause serious issues.

> cat <file> | grep <regex> (find all regex occurrences in file)

No, we use

grep <regex> <file>

instead ;).

> make
> ifup

Please don't write newbies such commands, that are completely useless
for a newbie.

> ifdown
> ifconfig

Yes
> galculator
is very good, if you have a num pad where the "." is a ",", OTOH
gcalctool does completely display what you typed.


Reply to: