Re: [dev] [sbase] Command list

From: Alex Pilon <alp_AT_alexpilon.ca>
Date: Sat, 19 Oct 2013 12:44:13 -0400

Apologies for the spam, some typos here… though you likely knew what I
meant.

On Fri, Oct 18, 2013 at 10:41:55AM -0400, Alex Pilon wrote:
> No. ‘du -0 | cut -f 2-’, at least.

`du -a …`

> du -a \
> | cut -f 2- \
> | while read -rd f; do

`while read -rd '' f; do`

Still not portable outside of bash and mksh due to the use of `-d`, to
the detriment of busybox or d?ash users..

Regards,

Alex Pilon

Received on Sat Oct 19 2013 - 18:44:13 CEST

This archive was generated by hypermail 2.3.0 : Sat Oct 19 2013 - 18:48:06 CEST