Learning the commandline in Linux is making my life better.

Gilbo

Storage is cool
Joined
Aug 19, 2004
Messages
742
Location
Ottawa, ON
Confessions of a CLI neophyte:
A couple weeks ago I finally got around to looking up how to do for loops in Bash. It's actually made my life noticeably better, saving me at least several minutes of monotous work nearly everyday. It allows me to quickly perform tasks that a GUI is ridiculously slow at. I wish I'd forced myself to look it up earlier.

Can anyone else think of linux commandline tools or commands that have noticeably improved their productivity? What were they?
 

Handruin

Administrator
Joined
Jan 13, 2002
Messages
13,741
Location
USA
tab completion of cli commands
tail -f
definitely crontab
top
grep
kill

Those are all I can think of right now.
 

Gilbo

Storage is cool
Joined
Aug 19, 2004
Messages
742
Location
Ottawa, ON
i said:
Learn how to write cron jobs!
Ya, cron is good :).

I think my next mission is going to be to learn to use awk and sed. Those look like very useful, if complicated tools.

And tab-completion is great Handruin. I can't live without it anymore.
 

sechs

Storage? I am Storage!
Joined
Feb 1, 2003
Messages
4,709
Location
Left Coast
The Windows XP command-line (and later versions of DOS) also have tab completion. *nix, has, of course, had it much longer.
 
Top