Closed iwconfig closed 2 years ago
Because in the examples the last pipe is bt close
bt close
$ bt dup Show duplicates by Title: bt list | sort -k2 | awk -F$'\t' '{ if (a[$2]++ > 0) print }' | cut -f1 | bt close Show duplicates by URL: bt list | sort -k3 | awk -F$'\t' '{ if (a[$3]++ > 0) print }' | cut -f1 | bt close
~Show~Close duplicates
Help screen as well
dup display reminder on how to show duplicate tabs using command-line tools ^^^^
Great catch, thanks! Never trust perlbash-oneliners :sweat_smile:
Because in the examples the last pipe is
bt close
Help screen as well