All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Fundamental Ramen. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:37, 17 September 2026 Tacoball talk contribs created page Useful Commands/Low Level IO (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...")