Search Results

Search: Posts Made By: Priti2277
1,267
Posted By Priti2277
Rudic and Don Thanks a lot for your help and...
Rudic and Don
Thanks a lot for your help and quick replay
1,267
Posted By Priti2277
I am not able to add 2 fileds at the begining and...
I am not able to add 2 fileds at the begining and 2 fileds at the end of the file if the month fileds start from 6 th to 28 total 30 fileds is there
I have updated the code not geting correct...
1,267
Posted By Priti2277
Please help me out this issue if startm=&n will...
Please help me out this issue if startm=&n will it display n value
Can we use-------. /script.sh 8 or. /script.sh oct. So that i cannt chage the script. Every time?
1,267
Posted By Priti2277
I tried but it should be display as per...
I tried but it should be display as per requirements when I can pass month values the record should be display above mentioned output it should be apr to mar or jan to dec
awk -F "|" {print...
1,267
Posted By Priti2277
How can we pass month value as per our requirements?
how to display the record according as per my requirement if i want to display the record may-v to apr-v and may-m to apr-m with all the records we can pass month as per our requirements
Table-----...
3,021
Posted By Priti2277
Yes Thanks for your replay Now I can able to do...
Yes Thanks for your replay Now I can able to do as per my requirements
3,021
Posted By Priti2277
if we have five fields col1 col2 below col3 then...
if we have five fields col1 col2 below col3 then below col4 and col5 will display please help me out using this code code
awk -F "|" '{print $1,$2; s=s $3 ORS ; s=s $3 ; s=s $4 OFS $5 ORS}...
1,003
Posted By Priti2277
Can we convert 3 awk statements in a single statement
Hi,

Can we use 3 statements convert in a single statement.
First statement output using the second statement and the second statement output using the third statement please let me know...
3,021
Posted By Priti2277
Sorry not explain properly Table col1 col2...
Sorry not explain properly
Table
col1 col2 col3 col4 col5 col6
drwxr-xr-x 4096 Oct 12 07:51 Templates
drwxr-xr-x 4096 Oct 12 07:51 Public
drwxr-xr-x 4096 Oct 12 07:51 Pictures
drwxr-xr-x...
1,688
Posted By Priti2277
Split column data if the table has n number of column's
please write a shell script
Table
--------------------------
1 2 3 a b c
3 4 5 c d e
7 8 9 f g h

Output should be like this
---------------
1 2 3
3 4 5
7 8 9
a b c
c d e
f g h
3,021
Posted By Priti2277
Table ------- 1 2 3 a b c 3 4 5 c d e 7 8...
Table
-------
1 2 3 a b c
3 4 5 c d e
7 8 9 f g h
Output Should display
-------
1 2 3
3 4 5
7 8 9
a b c
c d e
f g h
Please use CODE tags when displaying sample input, sample output,...
3,021
Posted By Priti2277
Split column data if the table has n number of column's with some record
Split column data if the table has n number of column's with some record then how to split n number of colmn's line by line with records

Table
---------
Col1 col2 col3 col4...
Showing results 1 to 12 of 12

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