Practical Linux Guide
Patrice Neff
namics ag
www@patrice.ch
Revision History
Revision 0.1
2002-03-20
Revised by: pneff
Initial release.
Table of Contents
1.
Introduction
1.1.
Credits
1.2.
Contact
2.
Basics
2.1.
The samples
2.2.
No experiments as root
2.3.
Get help
3.
Bash
3.1.
Executing programs
3.2.
Shell variables
3.3.
Working with the file system
3.4.
Redirection
3.5.
Piping
3.6.
Using the history
3.7.
Job Control
4.
Text Processing
4.1.
cat
4.2.
less
4.3.
grep
4.4.
tail & head
4.5.
sort
4.6.
sed
4.7.
awk
5.
Using vi
5.1.
Getting started
5.2.
Navigate in the text
5.3.
Search & Replace
5.4.
Important commands
6.
Literature
6.1.
miscellaneous
6.2.
bash
6.3.
sed
6.4.
awk
6.5.
vi
6.6.
Internet
Next
Introduction