Useful Commands/Low Level IO: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 September 2026

  • curprev 02:0002:00, 17 September 2026Tacoball talk contribs 1,675 bytes −4 No edit summary
  • curprev 01:3701:37, 17 September 2026Tacoball talk contribs 1,679 bytes +1,679 Created page with "= File System = {| class="wikitable" ! Purpose || Command |- | list with color and suffix for dir and link | <syntaxhighlight lang="bash">ls -FG</syntaxhighlight> |- | list add hidden files only '''single quote is necessary''' | <syntaxhighlight lang="bash">find . -name '.*'</syntaxhighlight> |- | delete dist directory recursively except README.md and itself. | <syntaxhighlight lang="bash"> find ../../assets/swagger/support ! -path *swagger/support ! -name 'README.md' -d..."