-
Notifications
You must be signed in to change notification settings - Fork 0
Arguments
Neonalig edited this page Mar 10, 2019
·
3 revisions

Command Line Parameters, often referred to as "Arguments", are used to pass information to the programs. Many programs allow command-line arguments to be specified when they are run. A command-line argument is the information that follows the program's name on the command line of the operating system.
| Arg | Name | Definition |
|---|---|---|
| /r | Recursive Mode | Scans both the directory AND it's subdirectories |
| /l | Local Mode | Replaces "./" with the current directory |
| /w [x] | Wildcard Mode | Only finds files matching the specified wildcard >> [x] |
| /c [x] | Command Mode | Runs a command on each file >> [x] |
