bash cheatsheet
Lazy loaded imagebash cheatsheet
Aug 2, 2023|Last edited: Feb 20, 2025
type
status
date
slug
summary
tags
category
icon
password
Tweet
Command
Description
Platform Specific
cat <filepath> | xclip -selection clipboard
Copy content of <filepath> to clipboard
lsof -n -i :80 | grep LISTEN
Get process running on port 80
 
Vim CheatsheetHow to generate ssh key
Loading...