bash cheatsheet
bash cheatsheet

bash cheatsheet

Published
Tags
Author
Command
Description
cat <filepath> | xclip -selection clipboard
Copy content of <filepath> to clipboard
lsof -n -i :80 | grep LISTEN
Get process running on port 80