Search Results

Search: Posts Made By: shelladdict
16,569
Posted By shelladdict
i tried it, it does copy everything .. not only...
i tried it, it does copy everything .. not only the files with equal names ..
16,569
Posted By shelladdict
this is copying everything from the...
this is copying everything from the allextdirectory, not only the equal names.. besides i want to copy only the files that have same names and ext2. i don't want to copy other extensions (even if the...
16,569
Posted By shelladdict
thank you, in the first directory i have only...
thank you,
in the first directory i have only 1 extension (ext1)

and the second directory i have 3 extensions(ext1,ext2,ext3)
@Leion (https://www.unix.com/members/302054325.html) the copy should...
16,569
Posted By shelladdict
Copy files with same name but different extension from 2 different directory
Hi all,

i have 2 directory of files, the first directory(ext1directory) contain files of extension .ext1 and the second directory(allextdirectory) contains files of multiple extensions...
17,410
Posted By shelladdict
it works now , i just added also the point to be...
it works now , i just added also the point to be removed , and it works , thanks
17,410
Posted By shelladdict
i used this : awk...
i used this :
awk '{gsub("[0-9]*","",$2);gsub("[0-9]*","",$3)}1' infile.txt >newfile.txt

and i have ubuntu 9.10 running on virtual box
17,410
Posted By shelladdict
thanks for you reply , it works , but it...
thanks for you reply ,

it works , but it places a point(.) in front of new values in 2nd and 3rd column .

and can you please explain the command
17,410
Posted By shelladdict
remove special character from a specific column
Hello ,

i have a text file like this :


A123 c12AB c32DD aaaa
B123 23DS 12QW bbbb
C123 2GR 3RG cccccc




i want to remove the numbers from second and third column only.
...
7,396
Posted By shelladdict
i did not installed VMware tools on VirtualBox ,...
i did not installed VMware tools on VirtualBox , each one of them has it's own add ons ,
2,795
Posted By shelladdict
+a1 -AB +CE +a2 -QR -RV +a3 -UX -WC ...
+a1 -AB +CE
+a2 -QR -RV
+a3 -UX -WC

---------- Post updated at 06:31 AM ---------- Previous update was at 06:22 AM ----------

ok , i found a way to remove the + sign using cut , btw thanks...
7,396
Posted By shelladdict
it's called VMware tools , and i had the same...
it's called VMware tools , and i had the same problem on my guest and after installing them it worked
2,795
Posted By shelladdict
Thank you a lot bartus11 , it worked but i...
Thank you a lot bartus11 , it worked

but i found out that it will add a + sign to the 2nd column , why ?
7,396
Posted By shelladdict
i think there is something called guest...
i think there is something called guest additions(or VMware Tools) that will be added to VMware in order to get all the features on the guest OS
859
Posted By shelladdict
i think a simple sort command will solve your...
i think a simple sort command will solve your problem, because all the characters that are before the ones you want to sort on are the same ,
or you can combine both ls and sort with |
try
...
2,795
Posted By shelladdict
i don't want to remove anything , i just want the...
i don't want to remove anything , i just want the same script to order the data , but i changed the special characters that are before the string (, become -)and(;become +)
so what i should change...
2,795
Posted By shelladdict
thanks everyone for your reply , but i'm not that...
thanks everyone for your reply , but i'm not that good in shell , so if i changed the , and ; to another characters , what i should i change in the script ?? i think that's why it's not working ,
...
2,795
Posted By shelladdict
Hello , thanks for your reply , but it did not...
Hello , thanks for your reply , but it did not worked
2,795
Posted By shelladdict
sort each row of text file alone
Hello ,

i have a text file like this


1 a1 ,AB ,AC ;AD ,EE
2 a2 ,WE ;TR ,YT ,WW
3 a3 ;AS ,UY ;RF ,YT
i want to sort this text file based on each row , and excluding 2nd column from the...
11,804
Posted By shelladdict
i have another question concerning this data set...
i have another question concerning this data set , should i ask it here ? or open another thread??
11,804
Posted By shelladdict
thanks a lot Franlin52 it worked
thanks a lot Franlin52 it worked
11,804
Posted By shelladdict
hello , thanks for your reply , but it did not...
hello , thanks for your reply , but it did not worked
11,804
Posted By shelladdict
remove white space from specific columns in text file
Hello

i have a text file like this:


1 AB AC AD EE
2 WE TR YT WW
3 AS UY RF YT


the file is bigger , but that's an example of the data

what i want to do is to merge all columns...
1,073
Posted By shelladdict
thanks a lot , both of the methods works :)
thanks a lot , both of the methods works :)
1,073
Posted By shelladdict
shell script help
Hello everyone

i have a text file that contains something like this.

1 AC AT RR cOO
2 EE cFF HGB cEVY
3 WDU RWS cTY NBE

but it contains a lot of rows and that's an example of the...
Showing results 1 to 24 of 24

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