command.1 (fish-3.5.0.tar.xz) | : | command.1 (fish-3.5.1.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 41 | skipping to change at line 41 | |||
with -v prevents commands being printed, like type -q. | with -v prevents commands being printed, like type -q. | |||
EXAMPLES | EXAMPLES | |||
command ls executes the ls program, even if an ls function also exists. | command ls executes the ls program, even if an ls function also exists. | |||
command -s ls prints the path to the ls program. | command -s ls prints the path to the ls program. | |||
command -q git; and command git log runs git log only if git exists. | command -q git; and command git log runs git log only if git exists. | |||
COPYRIGHT | COPYRIGHT | |||
2022, fish-shell developers | 2022, fish-shell developers | |||
3.5 Jun 16, 2022 COMMAND(1) | 3.5 Jul 20, 2022 COMMAND(1) | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |