Skip to content

Instantly share code, notes, and snippets.

@JasonC761
Forked from wiccy46/terminal.md
Created February 6, 2024 17:36
Show Gist options
  • Save JasonC761/a59f8b1b47e710bdf3e3c3cb9cde92fc to your computer and use it in GitHub Desktop.
Save JasonC761/a59f8b1b47e710bdf3e3c3cb9cde92fc 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