Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
help:general_linux:info [2016/05/18 09:23]
jebailie [Solutions To Common Problems]
help:general_linux:info [2016/05/18 11:53]
jebailie
Line 1: Line 1:
 +====== Bash Shell Resources  ======
 +
 +===== a few articles and tutorials on the web for learning the bash shell =====
 +
 +  * http://www.arachnoid.com/linux/shell_programming.html
 +  * http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html
 +  * http://www.panix.com/~elflord/unix/bash-tute.html 
 +  * http://www.codecoffee.com/tipsforlinux/articles2/043.html
 +  * http://www.cyberciti.biz/nixcraft/linux/docs/uniqlinuxfeatures/lsst/
 +
 +
 ====== System Info - User Help ====== ====== System Info - User Help ======
- 
 ---- ----
- 
 =====  Help for New Users===== =====  Help for New Users=====
  
Line 10: Line 19:
  
 [[help:general_linux::linux_basics|Useful Unix commands]] [[help:general_linux::linux_basics|Useful Unix commands]]
- 
-A short list of some commonly used commands from now alum Ethan Gold 
- 
-[[sysnews:learn_bash]] 
  
 Web resources to help you learn the bash shell Web resources to help you learn the bash shell
Line 29: Line 34:
  
 Both the man (for manual) and Info pages provide information about the system. Man pages are typically geared to specific commands or files, while Info pages give information about an application as a whole. Both the man (for manual) and Info pages provide information about the system. Man pages are typically geared to specific commands or files, while Info pages give information about an application as a whole.
- 
- 
  
 =====Solutions To Common Problems ===== =====Solutions To Common Problems =====