我在 Linux 中有一个文件,比如
/test/something/test2/2013-10-12/file_123
/test/123456/file_123
/test/test2/test3/test4/something/2013/file_123
我想在 Linux 中将其更改为以下格式
/test/something/test2/????-??-??/file_123
/test/??????/file_123
/test/test2/test3/test4/something/????/file_123
我可以使用 sed 实现这一点吗?