回答編集履歴

1

訂正

2018/12/11 13:35

投稿

nullpon
nullpon

スコア5737

test CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  ```bash
4
4
 
5
- $ find ./ -type f -name "*test*.txt"|xargs basename
5
+ $ find ./ -type f -name "*test*.txt"|xargs basename -a
6
6
 
7
7
  ```