How to create 100 files in single command · An example use of a wildcard: · ls -l *.c · touch <filename> · touch file-{001..100} · rm -f file-*.
確定! 回上一頁