No description
| .gitignore | ||
| dosutil.sh | ||
| README.md | ||
DOSUTIL
Usage: dosutil.sh [COMMAND]
A DOS command emulator
Commands:
os Prints OS information
type [FILE] Prints a specified file's contents
copy [SOURCE] [DEST] Copies a file to a specified location
copy! [SOURCE] [DEST] Force copies a file to a specified location
ren [OLD NAME] [NEW NAME] Renames a file to a specified name
ren! [OLD NAME] [NEW NAME] Force renames a file to a specified name
move [SOURCE] [DEST] Moves a file to a specified location
move! [SOURCE] [DEST] Force moves a file to a specified location
del [FILE] Deletes a specified file
takeown [FILE] Take ownership of a specified file
tail [FILE] Prints the last 10 lines of a file
help Prints this help menu