/Simple-Commands

Generates Basic Linux Commands

Primary LanguageShellMIT LicenseMIT

Learn Linux Commands!

Generates Basic Linux Commands like; ls pwd cd mkdir rmdir rm cp mv and many more!

Perquisites

**Install TLDR

How it works

graph LR
A[commands.sh] -- generates command --> B((command))
A --> C(man page)
B --> D{TLDR}
C --> D
Loading