UNIX Practical Summary
UNIX Practical Summary
Command: cal
Output:
May 2025
Su Mo Tu We Th Fr Sa
1 2 3
4 5 6 7 8 9 10
...
Command: date
Output:
2. Directory Commands
3. File Operations
cp file.txt copy.txt
mv copy.txt newname.txt
rm newname.txt
4. Comparing Files
Script:
#!/bin/bash
8. Control Structures
9. Background Process