我有一个档案
xyz... rsync: "/home/path/to/file": Permission denied (13) rsync:
"/home/path/to/file1": Permission denied (13) rsync:
"/home/path/to/file2": Permission denied (13) rsync:
"/home/path/to/file3": Permission denied (13)
现在,我只想提取文件路径并将其存储到另一个文件。输出文件如下:
/home/path/to/file
/home/path/to/file1
/home/path/to/file2
/home/path/to/file3
使用sed或awk我该怎么做?
我已经尝试过,sed -n '/"/,/"/p' myfile
但是没有用。
3
对于那些投票要求关闭的人-这怎么可能成为话题?这是关于shell编程的!!这是编程的问题,它是堆栈溢出的话题!
—
乔纳森·莱夫勒