bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: argve0, psfool


From: Mike Frysinger
Subject: Re: argve0, psfool
Date: Thu, 27 Dec 2007 14:08:52 -0500
User-agent: KMail/1.9.7

On Tuesday 25 December 2007, Andreas Schwab wrote:
> Andreas Schwab <address@hidden> writes:
> > Brian Dessent <address@hidden> writes:
> >> "Daniel C. Bastos" wrote:
> >>> I always miss these two programs on every system I meet. argv0 is very
> >>> handy when dealing with programs that care about argv[0] and psfool is
> >>> essential when giving out passwords through the command line. I figure
> >>> these two should be in coreutils.
> >>
> >> perl -e 'exec { "real" } "fake", "arg1", "arg2"'
> >
> > bash -c 'exec -a "$0" "$@"' real fake arg1 arg2
>
> That should of course be:
>
> bash -c 'exec -a "$0" "$@"' fake real arg1 arg2

perhaps a "contrib" subdir with small scripts like this ?
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]