while.1 (fish-3.5.0.tar.xz) | : | while.1 (fish-3.5.1.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 28 | skipping to change at line 28 | |||
The -h or --help option displays help about using this command. | The -h or --help option displays help about using this command. | |||
EXAMPLE | EXAMPLE | |||
while test -f foo.txt; or test -f bar.txt ; echo file exists; sleep 10 ; end | while test -f foo.txt; or test -f bar.txt ; echo file exists; sleep 10 ; end | |||
# outputs 'file exists' at 10 second intervals, | # outputs 'file exists' at 10 second intervals, | |||
# as long as the file foo.txt or bar.txt exists. | # as long as the file foo.txt or bar.txt exists. | |||
COPYRIGHT | COPYRIGHT | |||
2022, fish-shell developers | 2022, fish-shell developers | |||
3.5 Jun 16, 2022 WHILE(1) | 3.5 Jul 20, 2022 WHILE(1) | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |