Changes between Version 4 and Version 5 of Shell芸いろいろ
- Timestamp:
- Oct 29, 2016, 3:01:35 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Shell芸いろいろ
v4 v5 53 53 grep "/Jul/1995" access_log.nasa | awk '{ print $4 }' | cut -c2-12 | uniq -c 54 54 http://qiita.com/bezeklik/items/f5c292c4360cde140bef 55 56 nslookup www.usptomo.com | grep Address | awk '{ print $2 }' | tail -1 57 58 echo 'ひらけ!ポンキッキ' | gsed 's/.*/&&&&&&&&&&/;s/.\{10\}/&\n/g' | sed 's/.$//' 59 echo 'ひらけ!ポンキッキ' | sed 's/.*/&&&&&&&&&&/;s/.\{10\}/&\n/g' | sed 's/.$//' 60 for i in {0..8}; do echo "ひらけ!ポンキッキ" | sed -E "s/^(.{$i})(.*)/\2\1/" ; done; 61 62 63 https://github.com/b4b4r07/dotfiles/blob/master/doc/misc/commands.txt 64 65 55 66 }}} 56 67 … … 58 69 59 70 71 72