i've got this file pattern
#### data ###
#### roles ###
11 test test22
12 hash hash2
13 hash3 hash77
14 hash5 ahss
14 hash5 ahss
14 hash2 adfasf
14 hash7 asfdf
#### data ###
#### addding ###
11 test test22
12 hash hash2
13 hash3 hash77
14 hash5 ahss
14 hash5 ahss
14 hash2 adfasf
14 hash7 asfdf
我只想複製線開始wuth 14並排除所有其他線路輸出文件,輸出文件應該是相同的結構,像慶典搜索文件的每一行字符串排除一些線和CPY休息用相同的結構
#### data ###
#### roles ###
14 hash5 ahss
14 hash5 ahss
14 hash2 adfasf
14 hash7 asfdf
#### data ###
#### addding ###
14 hash5 ahss
14 hash5 ahss
14 hash2 adfasf
14 hash7 asfdf
我用grep的,但它不會複製該文件 ####數據### ####角色###的頭
anytips用while循環或做如果
你真的決心要找到一些可以用bash循環代替grep來完成的東西,不是嗎? – Barmar
使用'while'循環或'if'做主要提示是**不要**。 –