Search Results

Search: Posts Made By: DanielDD
4,376
Posted By DanielDD
The script works like this: mv $file...
The script works like this:


mv $file t.tif
if condition1 then
convert t.tif stuff1 s.tif
mv s.tif t.tif
endif

if condition2 then
convert t.tif stuff2 s.tif
mv...
4,376
Posted By DanielDD
Tcsh, using " in a string variable
Hallo,

I try to write a tcsh-script which works with ImageMagick.
The following command line works perfectly:

convert a.tif -pointsize 80 -draw " gravity NorthWest fill black text 0,12 a "...
27,971
Posted By DanielDD
It works, thanks alot. Daniel
It works, thanks alot.

Daniel
27,971
Posted By DanielDD
Both methods reduce the number of messages. ...
Both methods reduce the number of messages.
There are still a couple of "Exit 1" messages.

DanielDD
27,971
Posted By DanielDD
Tcsh: How to suppress error messages.
Hallo,

I wrote some script:

95% of the script's output consists of error messages like "mkdir: cannot create directory ‘final': File exists
Exit 1" and "rm: No match. Exit 1".

These...
1,342
Posted By DanielDD
The above solution by MadeInGermany for the 2nd...
The above solution by MadeInGermany for the 2nd problem
works very well. Thanks alot.

However, both suggestions for the 1st problem do not work,
I still get the same error.
For now, I found...
1,342
Posted By DanielDD
Tcsh Problems with # and []
Hallo,

I try to write a program which processes an input-file linewise.
I created the following minimal example:

hash-problem:#!/bin/tcsh
foreach text ("`cat $1`")
echo $text...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 01:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy