Configuration Information [Automatically generated, do not change]:
Machine: i686
OS: linux-gnu
Compiler: i686-pc-linux-gnu-gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu'
-DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/loc
Configuration Information [Automatically generated, do not change]:
Machine: i686
OS: linux-gnu
Compiler: i686-pc-linux-gnu-gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu' -D
Configuration Information [Automatically generated, do not change]:
Machine: i686
OS: cygwin
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash.exe' -DCONF_HOSTTYPE='i686'
-DCONF_OSTYPE='cygwin' -DCONF_MACHTYPE='i686-pc-cygwin' -DCONF_VENDOR='pc'
-DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash' -D
al ambiguity that
> exists when you use a directory selected from CDPATH. The illogical thing
> is that POSIX requires the output even when the shell is not interactive.
>
> > Does POSIX forbid an option "to turn this superfluous output off", as
> > Tony Balinski put i
Hello all,
I have a directory listing of files like:
img.bc03.547.1.gif?
I need to trim the last character off for each file in the dir.
I know I can use:
mv img.bc03.547.1.gif? img.bc03.547.1.gif
to rename each by hand, but I want to do this as a batch.
I know it would start with:
for files in *;
for i in `find . -name \*gif`; do identify -format "$i %w" $i if [%w
> 570]; done > results.txt
Any suggestions?
Tony
Works perfectly, thanks! I'll study up on the syntax...
Tony
On Tue, Oct 21, 2008 at 5:30 PM, Bernd Eggink <[EMAIL PROTECTED]> wrote:
> Tony Zanella schrieb:
>>
>> Hello all,
>> I'm sure this isn't a bug, but just my inability to wrap my head
>> ar
awk may be a help here. Using it, you can refer to fields, like so:
$ cat f1
187431346 0323 mirrored 11866
187431346 0324 mirrored 11866
187431346 0325 mirrored 11866
187431346 0326 mirrored 11866
$ awk '{print $1;print$2}' f1
187431346
0323
187431346
0324
187431346
0325
187431346
0326
On Wed
I just sent a bug report with the above description; please ignore.. I'm
an idiot. There is no error actually my math was bad.
This ever get solved? I had the same issue in bash v3.2x and the root cause
was the formatting.
Let me know if you want more info - Thanks.
--
ters. Once I made these slight changes, it solved the issue...
--
***
* | *
* | Tony Leding *
* | | | Software Engineer, Cisco Systems *
*:|: :|: | CMTS-BU / Cable System Test *
* :|||: :|||:| Office: 408-525-2995
$val1 and $val2. They look like integers to me. If anyone could
help me, it would be greatly appreciated.
Thanks in advance
Tony
___
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash
"Chris F.A. Johnson" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> When quoting parts of a script or error messages, please be
> accurate (cut and paste rather than retyping). You used:
>
> temp=`expr $val1 + $val2`
>
> or you wouldn't have received that error. The line
"William Park" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Note the difference between `...` and '...'
Sorry if they came out weird on the newsgroups, but they were meant to be
single quotes
___
Bug-bash mailing list
Bug-bash@gnu.o
Oh sorry. Didn't look at it closely enough.
Thanks, that did solve most of the issues, but now I'm just wondering if the
following is valid?
temp=`expr $val1 + $val2`
$temp > file
Everything besides this seems to be working fine now
___
Bug-bash ma
Got it working.
___
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash
Hi,
On AIX, like Solaris, when root, the test "test -x /tmp/AFile" returns true
even if the file is not executable.
This issue is there for ages.
Here attached is the patch for fixing it for v5.0 .
Would you mind adding it to the source code of bash ?
Thanks/Regards,
Tony
--
file that is being
executed.
EINVAL
The value of the Mode argument is invalid.
Cordialement,
Tony Reix
tony.r...@atos.net
ATOS / Bull SAS
ATOS Expert
IBM Coop Architect & Technical Leader
Office : +33 (0) 4 76 29 72 67
1 rue de Provence - 38432 Échirolles - France
www
18 matches
Mail list logo