Search Results

Search: Posts Made By: ganiel24
1,876
Posted By ganiel24
Than you all so much for your wonderful...
Than you all so much for your wonderful contributions
2,877
Posted By ganiel24
from the posting i think all the data are in a...
from the posting i think all the data are in a single file. using join fil1 fil2 is not possible unless you separate it into two different files. But is there an alternative without separating it...
1,876
Posted By ganiel24
Appending string to match pattern (data processing)
Hello
i have go the following result from performing 2 testing using the same file.
I have used unix script to extract the result because the files are many as shown below.

01_gravity.f.tcov ...
2,265
Posted By ganiel24
Comparing strings using nawk
Hello All
Please I have got a file called DATE.tex which consist of

01-04-2008_12:00:00
01-04-2005_12:00:00
01-04-2003_12:00:00
01-04-2007_12:00:00
01-04-2002_12:00:00
01-04-2009_12:00:00
...
3,649
Posted By ganiel24
it worked alright thank you so much Franklin52.
it worked alright thank you so much Franklin52.
3,649
Posted By ganiel24
Passing argument to nawk
Hi all
I have got a file digits.data containing the following data
1 3 4
2 4 9
7 3 1
7 3 10

I am writing a script that will pass an argument from C-shell to nawk command. But it seems the...
2,103
Posted By ganiel24
passing argument from Cshelll to awk command
Hi all
I have got a file digits.data containing the following data
1 3 4
2 4 9
7 3 1
7 3 10

I am writing a script that will pass an argument from C-shell to nawk command. But it seems the...
14,380
Posted By ganiel24
Thank you for your help, however when i tried ...
Thank you for your help, however when i tried
> cat file7 | awk '{FS="\\" ; $0=$0 ; print $NF"|"$0}' | sort -n | cut -d"|" -f2

It gave me the following error message:

awk: can't set $0
...
14,380
Posted By ganiel24
Sorting on last field
Hello
I am trying to sort on the last field and it seems to have lost ideas on what to do. the file am sorting looks like this
Tan\da\1223
hey\1234
two\three\think\4579

i want to sort on the...
6,777
Posted By ganiel24
thank you your help was great
thank you
your help was great
6,777
Posted By ganiel24
adding zeroes to all single digits
I have got a file that contains both single and double digits like this
10 3 48 39 20 6 8
and i want to add zeros in front of every single digit to become double digits like this
10 03 48 39 20...
Showing results 1 to 11 of 11

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