
Cmdlify
Last Updated: May 28, 2026 (v1.2.0)
File System
Print the full, absolute path of the current working directory.
safe
File System
Create a directory, including any necessary parent directories that do not currently exist.
Flags & Arguments
-pNo error if existing, make parent directories as needed.
safe
File System
Recursively and forcefully remove a directory and all of its contents without prompting.
Flags & Arguments
-rRemove directories and their contents recursively.-fForce deletion; ignore nonexistent files and never prompt.
danger
File System
Search the current directory and all subdirectories for a file with a specific name.
Flags & Arguments
.Start the search in the current directory.-nameBase of file name matches the specified pattern.
safe
File System
Read the contents of a file and print it directly to the terminal screen.
safe
File System
Lists the contents of directories in a tree-like format, making complex structures easy to read.
Flags & Arguments
-L 2Limits the maximum display depth of the directory tree to 2 levels down.
safe
File System
Counts and displays the total number of lines in a file.
Flags & Arguments
-lPrint only the newline counts (total lines), ignoring words and bytes.
safe
Total Commands: 53