File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111
1212` realpath {{[-e|--canonicalize-existing]}} {{path/to/file_or_directory}} `
1313
14- - Resolve ".." components before symlinks:
14+ - Resolve ` .. ` components before symlinks:
1515
1616` realpath {{[-L|--logical]}} {{path/to/file_or_directory}} `
1717
Original file line number Diff line number Diff line change 44> This command is commonly used to answer yes to every prompt by install commands (such as ` apt-get ` ).
55> More information: < https://www.gnu.org/software/coreutils/manual/html_node/yes-invocation.html > .
66
7- - Repeatedly output "message" :
7+ - Repeatedly output ` y ` :
88
9- ` yes {{message}} `
9+ ` yes `
1010
11- - Repeatedly output "y" :
11+ - Repeatedly output a specified value :
1212
13- ` yes `
13+ ` yes {{value}} `
1414
1515- Accept everything prompted by the ` apt-get ` command:
1616
You can’t perform that action at this time.
0 commit comments