Command line applications for Unix-like systems.
# Resources
## TLDR
## Cheat
## SS64 Reference Guide
- [SS64 Home Page](https://ss64.com)
> SS64 is a reference guide containing syntax and examples for the most prevalent computing commands (Database and Operating System).
Include reference material for:
- GNU [[Bash - Unix Shell]], Core (File, Shell, Text), Find Utils
- MacOS BSD-style Userspace
- WIndows CMD, [[PowerShell]], [[VBScript]]
- Database Commands
- [[MySQL]]
- Microsoft Access
- Microsoft SQL Server
- Oracle DB
- [[ASCII Table]]s and [[ANSI - Lookup Tables]]
- Conversion Calculators
- Binary, Decimal, Hex, and [[Base 36]]
- Bytes, Kibibytes, Mibibytes, Gibibytes, Tibibytes
- Bytes, Kilobytes, Megabytes, Gigabytes, Terabytes
# Subfolders
```dataview
LIST
FROM #foldernote
WHERE contains(file.folder, this.file.folder)
AND file != this.file
```
# Notes in this Folder
```dataview
LIST
FROM -#foldernote
WHERE file.folder = this.file.folder
AND database-plugin != "basic"
SORT file.name ASC
```