Skip to content

Instantly share code, notes, and snippets.

@wiccy46
Last active February 6, 2024 17:36
Show Gist options
  • Save wiccy46/d2f0cfe5366f3a0897430e8ceea2dbb9 to your computer and use it in GitHub Desktop.
Save wiccy46/d2f0cfe5366f3a0897430e8ceea2dbb9 to your computer and use it in GitHub Desktop.
[terminal] Terminal Cheatsheet #terminal

Windows list all files recursively

dir /a-D /S /B your_dir(orLeaveEmpty)

Unix list all files recursively

find your_dir -print -ls

Monitor process verbose

journalctl -fu process_name -fu follows the stdout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment