Where you can, avoid the operations that take file names, and use the operations that take file descriptors instead.
只要有可能,应尽量避免使用获取文件名的操作,而是使用获取文件描述符的操作。
This is absolutely unnecessary and a waste of time, because tools such as grep take file names as arguments. You simply do not need to use cat in this situation at all, as in the following example
这绝对是不必要的,纯粹是浪费时间,因为诸如 grep 这样的工具接受文件名作为参数。
进行一次文件系统备份。
Right now, I have to take that piece of code and replicate it everywhere I want in my larger file.
现在我要把这段代码,复制到,大文件中的各个部分。
应用推荐