如何更改 Gnome 中滚动条的宽度?
配置它的选项不在首选项菜单的“外观”应用程序中。
gnome scrollbar
有没有一种简单的方法来截断管道中的文件?具体来说,我想在将文件送入另一个进程之前切掉文件的最后四个字节。
理想情况下,我可以这样写:
cat input.txt | some-process | truncate --size=-4 | another-process > output.txt
但似乎该truncate命令仅在磁盘上的文件上“就地”操作。
truncate
pipe bash-scripting
bash-scripting ×1
gnome ×1
pipe ×1
scrollbar ×1