Changes between Version 5 and Version 6 of Shell芸いろいろ
- Timestamp:
- Oct 29, 2016, 3:47:16 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Shell芸いろいろ
v5 v6 63 63 https://github.com/b4b4r07/dotfiles/blob/master/doc/misc/commands.txt 64 64 65 cat crypt | xxd -r -p | iconv -f UTF-16LE -t UTF-8 66 67 68 seq $(date -d"20161029" +%s) $(date -d"20161030" +%s) | factor | awk '(NF<3){print $1}' 69 70 71 gnuplot <(echo -e 'set terminal dumb\nplot sin(x)') 72 73 65 74 66 75 }}}