Skip to content

Arguments

Neonalig edited this page Mar 10, 2019 · 3 revisions

Arguments



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]

Clone this wiki locally