Search Results

Search: Posts Made By: cv313x
2,282
Posted By cv313x
great!
great!
2,282
Posted By cv313x
Place number with awk
Hello,
if I've a list of number

23
34
56
78

how I can place a sequence of ordinated number in a boundary column so


1 23
2 34
3 56
4 78

Thanks in advance!
2,444
Posted By cv313x
thanks!
thanks!
2,444
Posted By cv313x
Sum with awk
Hi,consider this fields,

$1 $2 $3
981 0 1
984 0 4
985 1 0
987 0 2
990 0 0
993 0 3
995 2 0
996 0 1
999 0 4

for each occurence of zero in column $2 and $3...
6,969
Posted By cv313x
thanks
thanks
6,969
Posted By cv313x
Rename fail
I've a lot of file with an hyphen on filename, so I use rename for remove him ad substitute with an underscore but it fails


$ rename 's/\-/\_/' *
Unknown option: _
Unknown option: i
Unknown...
2,164
Posted By cv313x
great!
great!
2,164
Posted By cv313x
Rename files
Hello, I've a list of file like this

img_001
img_22
img_44

and I would rename all with this form

photo_0001
photo_0002
photo_0003
photo_0004

suggestions?Thanks to all.
2,390
Posted By cv313x
Distro?What kind of wireless card is?Chipset?
Distro?What kind of wireless card is?Chipset?
4,251
Posted By cv313x
many many thanks!!
many many thanks!!
4,251
Posted By cv313x
Thanks for this quick answer. Can you explain me...
Thanks for this quick answer. Can you explain me in detail what sed do in this case?I know sed for is basic function, substitution only. I like to understand this complex command.
4,251
Posted By cv313x
Strip part from filename
I've many file like this

01-file
01_-_file
01_-_file
01_-_file
01_-_file
01-file

I would remove bold part from filename. Suggestions?Thanks
2,752
Posted By cv313x
It works perfectly, thanks
It works perfectly, thanks
2,752
Posted By cv313x
Remove rows from file
Hi to all,this is my first post here.
I've a file as

name
89
78
09
67
othername

how I can remove the word name and othername from this file, and an eventually blank row in it?Thanks in...
Showing results 1 to 14 of 14

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