N newbie_learner Guest Oct 7, 2014 #1 can anyone here can guide me in bash Scripting Language or anyone have any Good pdf where i can get help
can anyone here can guide me in bash Scripting Language or anyone have any Good pdf where i can get help
OP A arochester Guest Oct 7, 2014 #2 Two useful places are (1) the interactive website http://linuxcommand.org/ and (2) the Linux Command Line book which is available as a free, downloadable PDF http://linuxcommand.org/tlcl.php
Two useful places are (1) the interactive website http://linuxcommand.org/ and (2) the Linux Command Line book which is available as a free, downloadable PDF http://linuxcommand.org/tlcl.php
OP B bashcommando Guest Oct 7, 2014 #3 Try using ls /bin, ls /sbin, ls /usr/bin, and ls /usr/sbin. Those should tell you all the commands on your computer. Then use man [command name] to research it. If that doesn't work try info [command name] or [command name] --help|-h.
Try using ls /bin, ls /sbin, ls /usr/bin, and ls /usr/sbin. Those should tell you all the commands on your computer. Then use man [command name] to research it. If that doesn't work try info [command name] or [command name] --help|-h.