You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]