Skip to main content
4 events
when toggle format what by license comment
Dec 12, 2017 at 1:34 comment added Thor @Joe: The following sed expression works with the second example: ls | sed -E ':a; s/\.(signed|jnl|jbk)$//; ta' | uniq -u
Dec 11, 2017 at 14:10 comment added Murphy @Joe Try listing only the .signed file plus one that's there for every zone (.jbk?): ls -v1 *.jbk *.signed | ...
Dec 11, 2017 at 13:36 comment added Joe I love this. It's short, concise and outside the box, but unfortunately doesn't solve my actual problem (see edit).
Dec 11, 2017 at 13:13 history answered RomanPerekhrest CC BY-SA 3.0