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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Shell芸いろいろ

    v5 v6  
    6363https://github.com/b4b4r07/dotfiles/blob/master/doc/misc/commands.txt
    6464
     65cat crypt | xxd -r -p | iconv -f UTF-16LE -t UTF-8
     66
     67
     68seq $(date -d"20161029" +%s) $(date -d"20161030" +%s) | factor  | awk '(NF<3){print $1}'
     69
     70
     71gnuplot <(echo -e 'set terminal dumb\nplot sin(x)')
     72
     73
    6574
    6675}}}