Linux.com

Author Message
Joined: Jun 02, 2008
Posts: 7
Other Topics
Posted Jun 09, 2008 at 7:54:37 PM
Subject: Command line help
As new to Linux I have had little time with the command line to get things done, I know it is very powerful and need to know where a new Linux user can get some basic/advance knowledge to kickstart the process in using the CL to find all the info needed to tackle anything that comes up including compiling and running scripts. Any info will be a great help.Thanks in advance. -Ressler76
Back to top Profile Email Website
Drunk_Mexican
Joined May 29, 2008
Posts: 36
Location:The Great State of Texas

Other Topics
Posted: Jun 09, 2008 7:59:54 PM
Subject: Command line help
Try this: http://www.tuxfiles.org/linuxhelp/cli.html
Back to top Profile Email Website
Ressler76
Joined Jun 02, 2008
Posts: 7

Other Topics
Posted: Jun 09, 2008 8:34:16 PM
Subject: Command line help
Can we get a little more advance. I mostly know the basic commands and looking for more so in combining commands to get things done A good example is Last week I was asked to pull up the oldest 100 files and list them in to a log so after 1 1/2 hr of looking I came up with ls -lar | head -100 > Home\newFile I understand even for me as simple as this is, it was a little work to search to understanding of how and what to do to get this done. are there any resources that may help out in this area, I am still really lost when it comes to using the command line to get basic info on networking and system stuff. Thanks -Ressler76
Back to top Profile Email Website
vigol
Joined Apr 12, 2008
Posts: 56
Location:Iran

Other Topics
Posted: Jun 09, 2008 11:28:39 PM
Subject: Command line help
Try it : http://www.LinuxCommand.org/ mehrshad moslehi ---- vigol ---- vigolyas www.vigol.com - mehrshadmoslehi@yahoo.com

       mehrshad moslehi       vigol       vigolyas
www.vigol.com      mehrshadmoslehi@yahoo.com

Back to top Profile Email Website Yahoo!
Khabi
Joined Apr 21, 2008
Posts: 121

Other Topics
Posted: Jun 10, 2008 12:22:04 AM
Subject: Command line help
Really, your best bet is just to keep playing around with commands and see what they do (the man pages help alot!). When you get asked to do something google around and see what other people have done and learn those commands. Truthfully, even after 9+ years (holy crap.. I just realized i've been using linux for a long ass time... I feel old now) I still find commands that I didn't know about. For example, I just realized last month that the command 'tac' echos a file from last line to the first line (think of the 'cat' command and reverse it). Really, I would say read up on this: http://tldp.org/LDP/abs/html/ A good working knowledge of bash scripting will go along way. Other then that, I would say learn these basic commands: cat, tail, head, awk, sed, sort, uniq, wc, and echo On top of that, try and learn basic logic operations from that bash link above. for, loop, while, read, and if statements. At the very least, that should give you a good start into the command line.
Back to top Profile Email Website
Ressler76
Joined Jun 02, 2008
Posts: 7

Other Topics
Posted: Jun 10, 2008 3:04:11 AM
Subject: Command line help
Thanks for all the help I will just keep working on it from here, I run in to blocks because I am more on the tech side with a passion to learn but it is hard to set up a cron or just run command if you do not have a purpose Thanks again -Ressler76
Back to top Profile Email Website
Tableless layout Validate XHTML 1.0 Strict Validate CSS Powered by Xaraya