eval.1 (fish-3.5.0.tar.xz) | : | eval.1 (fish-3.5.1.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 27 | skipping to change at line 27 | |||
EXAMPLE | EXAMPLE | |||
The following code will call the ls command and truncate each filename to the first 12 characters. | The following code will call the ls command and truncate each filename to the first 12 characters. | |||
set cmd ls \| cut -c 1-12 | set cmd ls \| cut -c 1-12 | |||
eval $cmd | eval $cmd | |||
COPYRIGHT | COPYRIGHT | |||
2022, fish-shell developers | 2022, fish-shell developers | |||
3.5 Jun 16, 2022 EVAL(1) | 3.5 Jul 20, 2022 EVAL(1) | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |