小编Foo*_*Bar的帖子

运行 ls 但跳过前 3 个文件

假设ls -t返回:

1
2
3
4
5
6
Run Code Online (Sandbox Code Playgroud)

如何跳过前 3 个结果?所以结果只有:

4
5
6
Run Code Online (Sandbox Code Playgroud)

我知道我可以运行ls -t | head -3,但这只会占用前 3 行,但我需要跳过前 3 行。

1
2
3
Run Code Online (Sandbox Code Playgroud)

command-line ls text-processing

3
推荐指数
1
解决办法
1439
查看次数

标签 统计

command-line ×1

ls ×1

text-processing ×1