Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 246 Bytes

fav_linux_commands.md

File metadata and controls

6 lines (4 loc) · 246 Bytes

Basic Linux

du -ah | sort -rh| head -40 → ➡️ This will sort the files in a folder and subfolder and sorts it in reverse(here big to small) and outpus 40 files.

Github

git remote show origin ➡️ To show the remote URL