Changes between Version 4 and Version 5 of Shell芸いろいろ


Ignore:
Timestamp:
Oct 29, 2016, 3:01:35 PM (8 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Shell芸いろいろ

    v4 v5  
    5353grep "/Jul/1995" access_log.nasa | awk '{ print $4 }' | cut -c2-12 | uniq -c
    5454http://qiita.com/bezeklik/items/f5c292c4360cde140bef
     55
     56nslookup www.usptomo.com | grep Address | awk '{ print $2 }' | tail -1
     57
     58echo 'ひらけ!ポンキッキ' | gsed 's/.*/&&&&&&&&&&/;s/.\{10\}/&\n/g' | sed 's/.$//'
     59echo 'ひらけ!ポンキッキ' | sed 's/.*/&&&&&&&&&&/;s/.\{10\}/&\n/g' | sed 's/.$//'
     60for i in {0..8}; do echo "ひらけ!ポンキッキ" | sed -E "s/^(.{$i})(.*)/\2\1/" ; done;
     61
     62
     63https://github.com/b4b4r07/dotfiles/blob/master/doc/misc/commands.txt
     64
     65
    5566}}}
    5667
     
    5869
    5970
     71
     72