回答編集履歴

1

編集ミス修正

2021/03/02 13:32

投稿

KojiDoi
KojiDoi

スコア13671

test CHANGED
@@ -4,6 +4,6 @@
4
4
 
5
5
  ```
6
6
 
7
- ls test_*.txt | awk '"test_20200101151530"<=$0 && $0<="test_20200714153045"{print "mv", $0, otherdir}' |sh
7
+ ls test_*.txt | awk '"test_20200101151530"<=$0 && $0<="test_20200714153045"{print "mv", $0, "otherdir"}' |sh
8
8
 
9
9
  ```