Search Results

Search: Posts Made By: GeodusT
2,556
Posted By GeodusT
@JIM code doesn't work. thank you @Radoulov...
@JIM code doesn't work. thank you

@Radoulov your code is work. thank you
2,556
Posted By GeodusT
Sort command in one column and not effect to another column
If my data is numerical :

1 = 101
2 = 102
3 = 104
4 = 104
7 = 103
8 = 103
9 = 105

I need the result like below:

1 = 101
2 = 102
3 = 103
4 = 103
7 = 104
8 = 104
9 = 105
1,150
Posted By GeodusT
onemore question if I want result have input...
onemore question
if I want result have input filename as well like

aaa.txt 1-6,9-11,15,18

how to do that

now I use

grep xxx aaa.txt l awk '{print $4 }' | ...
1,150
Posted By GeodusT
How to merge number?
hi everyone

I try to make script to help my work on Centos
my data is number in 1 colum like below

1
2
3
4
5
6
9
10
11
15
18

I want result show in new file like
1-6,9-11,15,18
1,091
Posted By GeodusT
What command can use?
if I have text file contain data

C01 aaa
C02 bbb
C03 ccc
C04 ddd
C05 eee
C05 fff
C05 ggg

C01 aaa
C02 bbb
C03 ccc
C04 ddd
C05 xxx
C05 yyy
C05 zzz
...
5,903
Posted By GeodusT
How to Separate Odd and Even number from one data set?
Hi,
If I want to separate data set to new file by odd and even number.
If data set like this

1 ABC 235 hgf
2 DEF 326 kjk
3 XXX 133 kwd
4 YYY 188 fgh


If I want...
Showing results 1 to 6 of 6

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