File Operations
AS
Aman Saurav
6 min read
#cli
The bread and butter of the terminal.
ls -la # List all files with details
cp file1 file2 # Copy
mv file1 dir/ # Move
rm -rf dir/ # Remove directory (Careful!)
The bread and butter of the terminal.
ls -la # List all files with details
cp file1 file2 # Copy
mv file1 dir/ # Move
rm -rf dir/ # Remove directory (Careful!)