Tag: arguments
Found 198 results for 'arguments'.
1) linux - bash script: passing arguments to mkfs
2) shell - Repeating command line argument
3) bash - How do I parse command line arguments in Bash?
4) javascript - How do I pass command line arguments to a Node.js program?
5) php - Reference — What does this symbol mean in PHP?
6) python - Why does using `arg=None` fix Python's mutable default argument issue?
7) bash - how to put my arguments into a Bash alias command?
8) shell-script - How to pass argument with spaces to a shell script function?
9) command-line - How can I identify file names and directories from logs of Unix commands?
10) bash - Why do I need the double dash before argument passed to sh by xargs -I for it to work properly?
11) bash - Passing parameters to a BASH function
12) bash - Add arguments to 'bash -c'
13) arguments - Why am I able to pass arguments to /usr/bin/env in this case?
14) bash - Why does using a wildcard to halve the number of arguments fail with "Argument list too long"?
15) parameters - What's the difference between an argument and a parameter?
16) ruby - How can I pass named arguments to a Rake task?
17) javascript - How do I pass command line arguments to a Node.js program?
18) javascript - How do I pass command line arguments to a Node.js program?
19) javascript - How do I pass command line arguments to a Node.js program?
20) batch-file - How can I pass arguments to a batch file?
21) php - Reference — What does this symbol mean in PHP?
22) logs - Is there an easy way to log all commands executed, including command line arguments?
23) bash - getopts gets no arguments when function is called inside while loop
24) bash - Solving "mv: Argument list too long"?
25) javascript - Set a default parameter value for a JavaScript function
26) python - difference bewteen *args and **args in python?
27) python - How to expand a list to function arguments in Python
28) python - How to use the values of a list that is inside another list as arguments of a function in Python
29) python - Normal arguments vs. keyword arguments
30) python - Why does using `arg=None` fix Python's mutable default argument issue?
31) python - Why does using `arg=None` fix Python's mutable default argument issue?
32) python - Why does using `arg=None` fix Python's mutable default argument issue?
33) typescript - Setting default value for TypeScript object passed as argument
34) python - In python, How to import a module by user input string of a module name
35) python - Python command line argument for an existing process
36) linux - Passing different set of arguments to the different commands in a linux bash script
37) bash - Difference between "$@" and "$*" when passing arguments to bash function
38) shell-script - Why arguments which passed to .sh file are missing after sudo su?
39) bash - Bash : Give builded array to function as a list of argument?
40) shell - Is it possible to create a "file" that can be used by any process without actually saving the file on disk?
41) c++ - How do I pass a unique_ptr argument to a constructor or a function?
42) ssh - Executing `sh -c` script through SSH (passing arguments safely and sanely)
43) shell-script - How to pass arguments to a single command from multiple files?
44) security - How does ps know to hide passwords?
45) bash - function and pass arguments
46) bash - How to preserve spaces in args when running $@ with eval
47) shell-script - How to read from a pipe keeping positional parameters?
48) node.js - Issues passing arguments from npm command line to package.json with a bash script
49) python - How to pass arguments to main function within Python module?
50) javascript - Default argument values in JavaScript functions