diff options
author | John Ankarström <john@ankarstrom.se> | 2020-11-25 10:00:33 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2020-11-25 10:00:33 +0100 |
commit | 0003f9ba8c31eacb0bdab00e7d7db53b167d2cd1 (patch) | |
tree | 15efcd34a1c73a48274e2eb27be771a4ef080d00 /dzq | |
parent | 28388cdd2381a69378a975ec09c2b6f1af7dae2a (diff) | |
download | msc-0003f9ba8c31eacb0bdab00e7d7db53b167d2cd1.tar.gz |
dzq: Don't truncate output
Diffstat (limited to 'dzq')
-rwxr-xr-x | dzq | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -12,6 +12,5 @@ grep __DZR_APP_STATE__ | cut -d= -f2- | jq -r '.TRACK.data[] | .SNG_TITLE + "\t" + .ART_NAME + "\t" + .ALB_TITLE + "\t" + .SNG_ID' 2>&- | sed 's/ */ /g' | -head -${2:-10} | nl -w 2 | tee -a /tmp/dzq |