fork download
  1. set +o history
  2. echo -n "size : ";
  3. history | tail -1000 | cut -b 8- | sort | uniq | gzip -c | wc -c;
  4. set -o history
  5.  
Success #stdin #stdout 0.02s 5312KB
stdin
Standard input is empty
stdout
size : 20