~/linux
Linux Commands Reference
Learn Linux commands through practical examples. From file operations to text processing and system administration, this reference covers the commands developers need.
32
Commands
7
Categories
search
$grep -i
Quick Reference
File Operations(8 commands)
ls
List directory contents
linux5 min read
cd
Navigate directories
linux4 min read
chmod
Change file permissions
linux7 min read
cp
Copy files and directories
linux5 min read
mv
Move and rename files
linux4 min read
rm
Remove files and directories
linux5 min read
mkdir
Create directories
linux4 min read
touch
Create files and update timestamps
linux4 min read
File Viewing(4 commands)
Search(2 commands)
Text Processing(9 commands)
sed
Stream editor for text transformation
linux8 min read
awk
Text processing and data extraction
linux10 min read
xargs
Build commands from standard input
linux6 min read
echo
Display text and variables
linux4 min read
wc
Count lines, words, and characters
linux4 min read
sort
Sort lines of text files
linux5 min read
uniq
Filter duplicate lines
linux5 min read
cut
Extract columns from text
linux5 min read
diff
Compare files line by line
linux6 min read