DEV Community

Discussion on: My top terminal commands

Collapse
 
____marcell profile image
Marcell Cruz

Great article, my favorite

grep -ril 'search_string' ./folder

Collapse
 
rembrandtreyes profile image
Rembrandt Reyes (He/Him)

One of my favorite commands lsof -nP -i4TCP | grep LISTEN to see what open connections I have.