On Tue, 17 Aug 2010, Alexander Teinum wrote:
It might be obvious, but there’s one thing that I have found that is nice about changing ids, and that’s when you’re removing items in a row. Count how many items you want to remove, and then remove the first id three times.Type command, enter, arrow up, enter, arrow up, enter.
for i in {1..3}; do flo -r $i; done