Search Results

Search: Posts Made By: raghulshekar
1,291
Posted By raghulshekar
Explanation Needed
Hi all,

I'm very new to UNIX. I have got a coding, where i dont understand the below part. Could someone please explain it in detail?
awk 'NR > 1; NR == 1 { S = $0 } END { print S }'...
1,407
Posted By raghulshekar
Sorting-help
Hi,

Need help in sorting filenames.. I have few files with same timestamp, only the file names differ, for example

track_feb01_456.txt
track_jan01_687.txt
track_feb04_234.txt

After sorting...
1
FTP
1,358
Posted By raghulshekar
FTP
Hi all,

I have a file in my desktop, i need to ftp that to another location(basically a local directory) not UNIX server. I need to write a script for the same. How do we that.. please help me on...
1,375
Posted By raghulshekar
But 1007 is not the value i want.. i just gave it...
But 1007 is not the value i want.. i just gave it as an example. I get that value from a variable.that part of calculation i ve done. how do i search that obtained value here..

thanks in advance
1,375
Posted By raghulshekar
I just want to check if all the rows are 1007 in...
I just want to check if all the rows are 1007 in that first column... if so, print a "success message", even if one row is not 1007, then i need to print a "Wrong message"
1,375
Posted By raghulshekar
Compare a column??
Guys,,

I have a csv file. it has few columns... may be 3 or 4. I have the columns to be

1007 | gett | 234
1007 | pitt | 256
1007 | gett | 234
1007 | uitt | 245

Now i need to check all the...
1,429
Posted By raghulshekar
Compare column value against fixed value
Hi all,

i have a value something like 1007. I have a excel, where its first column has many values like
1007
1007
1009
1007
1010 etc

I need to check if value 1 (ie) 1007 = 1007 if so...
2,059
Posted By raghulshekar
My 500th character starts with R, I need to...
My 500th character starts with R, I need to search that particular character..

---------- Post updated at 05:47 PM ---------- Previous update was at 05:44 PM ----------

grep "^.\{499\}X" file
...
2,059
Posted By raghulshekar
Grep Command
Hi,

I Want to grep the 500th character of a line in a file. please help on this.

Thanks in advance
5,002
Posted By raghulshekar
cut first line in unix
Hi

I need to cut the first line of a line and append it at last of the same file, when i run the script for the second time.. plz help on this.. thanks
1,398
Posted By raghulshekar
HELP: Read a file
Hi all,

I'm new to unix.. Need a help: I have a list file which contains name of 5 text files.All five text files contains different data in it..when i run the script for the first time i need to...
1,110
Posted By raghulshekar
Need help on SED command
Hi

Need help on sed command...
I have to take two values from a parm file...
which has its values as.....
version=10.0
id=0
$$dt1=01-01-9999
$$dt2=01-01-0001
$$final_Ver=10.0...
1,493
Posted By raghulshekar
ver_num=7.0 RUN_ID=0 tgt_envrnmt_cd=EDL ...
ver_num=7.0
RUN_ID=0
tgt_envrnmt_cd=EDL
WRK_FLW_CD=ETG
TGT_TBL_NM=ETG

these are the values in the parm file
1,493
Posted By raghulshekar
Need help on getting the output
Hi,

I'm very new to unix.. so i need help on getting the following output..
I ve to take two values from a parm file.. then update one of those values by adding 1 to it.. and finally concatenate...
1,812
Posted By raghulshekar
Thanks
Thanks Krish its working fine
1,812
Posted By raghulshekar
how to read only the first two values from a file in unix
Hi,
I'm new to unix.. I need to read only the first two values from a file that contains many data....My record is like this

FTG_ver_num=7.0
RUN_ID=2
$$tgt_envrnmt_cd=FTG
$$WRK_FLW_CD=NPL
...
Showing results 1 to 16 of 16

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