bug#5926: feature request: mv -p to create missing target dir

2010-04-25 Thread Rodolfo Borges
On Sun, Apr 25, 2010 at 10:29 AM, Stefano Lattarini wrote: > Just a few obsevations on side issues... > >> >     $(which mv) "$@" > I think that's needed because otherwise the shell function would end > up calling itself recursively, since it's named `mv' too. exactly. >> The 'which' command is

bug#5926: feature request: mv -p to create missing target dir

2010-04-16 Thread Rodolfo Borges
On Thu, Apr 15, 2010 at 8:13 PM, Bob Proulx wrote: > Rodolfo Borges wrote: >> $ mv foo ~/some/path/ >> mv: cannot create regular file `/home/bart9h/some/path/': Is a directory > > No target directory exists. > >> $ mkdir -p ~/some/path/ >> $ mv foo ~/some/

bug#5926: feature request: mv -p to create missing target dir

2010-04-12 Thread Rodolfo Borges
$ mv foo ~/some/path/ mv: cannot create regular file `/home/bart9h/some/path/': Is a directory $ mkdir -p ~/some/path/ $ mv foo ~/some/path/ $ :( bash: syntax error near unexpected token `newline' $ $ $ pacman -Sy coreutils (... upgrades package ...) $ $ $ mv -vp foo ~/some/path/ mv: created direct

mv suggestion

2007-09-07 Thread Rodolfo Borges
when on interactive mode (maybe mv -I), ask for automatic creation of missing dirs. $ ls foo $ mv foo bar/ instead of giving the error: mv: target `bar/' is not a directory: No such file or directory ask: mv: target directory 'bar/' does not exist. create? ___

[bug #1212] wishlist: ls sort case insensitive option

2007-08-24 Thread Rodolfo Borges
Follow-up Comment #4, bug #1212 (project coreutils): I found out that unsetting LANG fixes the case sensitivity (README is supposed to came before main.c, dammit!), but will it be missing UTF capability without the LANG=en_US.UTF-8 that was default in my distro? _

[bug #18927] feature request: user defined format for ls output

2007-08-24 Thread Rodolfo Borges
Follow-up Comment #3, bug #18927 (project coreutils): Nor colorizing the output, print sizes in human-readable format, etc, etc. find != ls ___ Reply to this item at: _

[bug #18927] feature request: user defined format for ls output

2007-02-01 Thread Rodolfo Borges
URL: Summary: feature request: user defined format for ls output Project: GNU Core Utilities Submitted by: barrett9h Submitted on: Thursday 02/01/2007 at 11:30 Category: None