Skip to content

ehsaanqazi/Linux-Tips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Linux-Tips

S. No Name URL Usage
1 grep 🔗 search for expressions
2 cat 🔗 reading data
3 cut 🔗 cutting out the selections
4 sed 🔗 find, filtering and replacing text
5 tee 🔗 reads from standard input and writes to both standard output and one or more files at the same time
6 head 🔗 printing top part of files
7 tail 🔗 printing last part of files
8 find 🔗 finding and replacing files
9 curl 🔗 transfer data files
10 chmod 🔗 used to change permission of files files
11 wc 🔗 used for counting lines and characters
12 wget 🔗 retrieve content files
13 gzip 🔗 used to compress files
14 sudo 🔗 grant permissions to user

About

Linux Commands usage with One Liners

Topics

Resources

Stars

Watchers

Forks