Search Results

Search: Posts Made By: kykyboss
2,284
Posted By kykyboss
echo $LANG en_US.UTF-8 ---------- Post...
echo $LANG

en_US.UTF-8

---------- Post updated at 11:38 PM ---------- Previous update was at 11:30 PM ----------

~% env

USER=pilotlab
LOGNAME=pilotlab
HOME=/home/pilotlab...
2,284
Posted By kykyboss
Sort function UNIX bug ???
Hello there

i have a funny behiavor of the sort fonction, i try it out on different Solaris machine and i have the same issue.
So i would like to see if there is a rationel explanation

here...
10,849
Posted By kykyboss
lol funny google translator. it actually...
lol
funny google translator.

it actually mean,
"it is working, thanks" (in french) by Oliver Becker's merge.xslt

for one sec i forgot to wrote in English
10,849
Posted By kykyboss
effectivement cela fonction merci
effectivement cela fonction merci
10,849
Posted By kykyboss
Hi I reedit my post to put better data as...
Hi
I reedit my post to put better data as example
10,849
Posted By kykyboss
[SOLVED] Merge XML file (to same root)
HI

I am looking for a easy way to merge 2 xml files like the following

file 1: will have a structure like this


<Group GID="TOTO" NAME="TOTO" UNITS="1.0">
<Property...
2,036
Posted By kykyboss
No it is all good for the output, i just look...
No it is all good for the output, i just look like to see if is possible to create a second output that will copy record from <file1> that doesn't match in <File2> with your previous code
2,036
Posted By kykyboss
hi thanks again this time it work better,...
hi

thanks again this time it work better, but the ouput is duplicated because i need to do the search for ":D33963, and not only D33963 (as they could duplicated) how can i modify this ?
...
2,036
Posted By kykyboss
Hi Birei I found the folowing code that work...
Hi Birei

I found the folowing code that work but it take a long time as i have to open and close the <file2> all the time, is there a optimise way of doing it, maybe using more array?
...
2,036
Posted By kykyboss
Merge of two input file by search
Hi

i am running a issue with the way i handel open file in perl

i have the following input file <File1>

D33963|BNS Default Swap|-261564.923909249|
D24484|BNS Default...
4,246
Posted By kykyboss
awk and print
Hi

i want to create a loop to set variable from a file

when you do a awk '{ print $1 }' that print the first field that cool

so i would like something like

xa=1

loop
awk '{ print...
23,836
Posted By kykyboss
i found it myself thank if [ -z "$y"...
i found it myself thank

if [ -z "$y" ]
23,836
Posted By kykyboss
test Null variable
hi forum

i beginning with script and i want test un null variable in a schell
i just don t know the syntax here is a litle example

y=test
echo $y
unset y
echo $y (so here Y = Null)

...
4,090
Posted By kykyboss
thank a lot that works
thank a lot that works
4,090
Posted By kykyboss
select last field from a file
hi everybody

i would to select the last field of a file
here as you can see i select the field number 8

y=`cat sortie2 | grep "^[1-9999]"| grep "starting"| awk '{ print $8}'`

but line can...
1,605
Posted By kykyboss
thank aigle that work problem close
thank aigle that work problem close
1,605
Posted By kykyboss
thank i found it x=`cat sortie | grep...
thank i found it


x=`cat sortie | grep "^[1-9999]"| awk '{ print $1}'`


i m a beginner
1,605
Posted By kykyboss
cree a variable from a commande result
Hi everybody

I m looking the put the result of a commande to a Variable
i explain


here is my command:

cat sortie | grep "^[1-9999]"| awk '{ print $1}'
15


sortie is a text file
I...
Forum: AIX 11-13-2006
1,921
Posted By kykyboss
Put one ligne from a file a variable
Hi everybody

I looking the put the result of a commane to a Variable
i explain


here is my command:

FJTS_UK:root:common@ukaix3:/> cat sortie | grep "^[1-9999]"| awk '{ print $1}'
15...
Showing results 1 to 19 of 19

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