Formatting calibredb list?
Hi
Is it possible to format calibredb list output? I am trying to get 2nd and the 3rd column with awk but I am getting all kinds of weird cuts, so maybe the output is not using tabs? I am not sure . I am using somehting along this
calibre_list |awk '{print $2,$4;}'
My understanding of awk is limited so maybe i am doing it wrong.
thanks
|