Search Results

Search: Posts Made By: friend
4,300
Posted By friend
So I think in my case the dichotomy in the...
So I think in my case the dichotomy in the library tree is like this:

/usr/lib64/ <-- default 64 bit
/usr/lib <-- 32 bit libaries

But I'm not sure. So how can I test that?

The...
4,300
Posted By friend
Gtk-WARNING **:
Hi all,

I want to run a 32 bit program on a 64 bit linux machine. Installing the program was no issue but when I try to run it I get Warnings that look like this:

Gtk-WARNING **: Unable to...
1,702
Posted By friend
Thanks! Putting another type of quote characters...
Thanks! Putting another type of quote characters around the "T*.xml" solved the problem. I tried `T*.xml` before and that didn't work. So I didn't know the solution was so easy. Thanks a lot!
1,702
Posted By friend
Alias command syntax
Hi all,

I want to add a shortcut "xmll" to my .cshrc file. By using "xmll" I want the following command to be executed:

find . -type f -name 'T*.xml' > xml_list.txt

BUT:

alias xmll 'find...
2,160
Posted By friend
awk line with two conditions
Hi there,

I wanna define a variable 'tempbase'. Therefore I read a text file "base.out". "base.out" contains a list with four columns. 'tempbase' is the 4th entry in the line, where the first...
1,985
Posted By friend
thank you!
thank you!
1,985
Posted By friend
awk: isolate a part of a file name
hi there,

i have a file named 'x20080613_x20100106.pwr1.gc', i want to isolate the part 'x20080613_x20100106' but by using the following line i isolate the part '.pwr1.gc':

`awk '$0=substr($0,...
1,237
Posted By friend
Great! Thank you!
Great! Thank you!
1,237
Posted By friend
awk line to read file
OK,

I want to read a textfile `base.txt` looking like this:
MASTER SLAVE PERP_BASE /_\ DAYS /_\ DOPPLER
x20080613 x20080829 123.3909 77 ...
2,521
Posted By friend
well, it doesn't work. i've no idea why. can't i...
well, it doesn't work. i've no idea why. can't i just read the name of the variable $SCENE, which stands for the tar.gz or .tar file, without the extension?

variable $SCENE = *.tar.gz
variable...
2,521
Posted By friend
Hm, well, what I need is to unzip the *.tar.gz...
Hm, well, what I need is to unzip the *.tar.gz file. The output is an directory named *. I like to set a variable to *. I need to read files, which the directory * is containing, so I need the name...
2,521
Posted By friend
Unpack .tar-file and get name
Hi there,

I wrote the following code:

if ($SCENE == *.tar) then
echo "tar -xf $SCENE"
tar -xf $SCENE > tar.txt
set dims = `awk '$0' tar.txt`
echo "name of dims is:"
echo "$dims"
endif
...
4,029
Posted By friend
Thank ya! Wow, that works....
Thank ya! Wow, that works....
4,029
Posted By friend
THANK YA! That works... wow!
THANK YA! That works... wow!
4,029
Posted By friend
ok, that didn`t really help me. let`s say a wrote...
ok, that didn`t really help me. let`s say a wrote the code:

set name = `awk -F \> '/<sceneID>/,/<\/sceneID>/ {t=substr($2,1,10);gsub(/-/,"",t);print t}' $xml_name`

$name would thus be set to:...
4,029
Posted By friend
How to extract part of xml line via awk?
Hi,

I like to set a variable "name" automatically by reading an xml file. The name should be set to the date, which is a part of the following line of the xml file:

...
1,477
Posted By friend
well, the find instruction gives you the path to...
well, the find instruction gives you the path to the following two files:

directoryA/directoryB/directoryC/1.xml

and

directoryA/directoryB/directoryC/directoryD/2.xml

i am looking for the...
1,477
Posted By friend
file identification
hi there,

i have written the following simple lines:

find $SCENE -name "*.xml"
echo -n "Input the name of the image file to be read: "
set im_name = ($<)

i like to set the value for...
4,047
Posted By friend
:b::) thank you sooooo much! you have really...
:b::)

thank you sooooo much! you have really helped me out! the problem is solved!

:*
4,047
Posted By friend
how to extract part of xml line via awk?
Hi,

I like to set a variable "name" automatically by reading an xml file. My code looks like this:
set name = `awk '/<generationTime>/,/<\/generationTime>/ p' $xml_name`

the "name" is thus set...
Showing results 1 to 20 of 20

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