回答編集履歴

1

catが冗長だったので削除

2016/08/06 01:42

投稿

flied_onion
flied_onion

スコア2604

test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  ```sh
20
20
 
21
- code=`cat .joblog | tail -2 | head -1 | cut -d\\ -f4`
21
+ code=`tail -2 .joblog | head -1 | cut -d\\ -f4`
22
22
 
23
23
  ```
24
24