I have to write a script file to cut the following column and paste it the end of the same row in a new .arff file. I guess the file type doesn’t matter. Current file: The output should be: how can I do this? using a Linux script file? Answer Brief explanation, ^([^,]*) would match the first field which separated
Tag: paste
BASH: How to copy the name of the file and insert it into the text using script?
So I need to create a lot of text files. Each of the text file is named AAAAA.txt, BBBBB.txt, CCCCC.txt and etc etc. Within each text file, all the content is as follows: 1.Copy “to-be-replaced”.txt into the folder EXCLUSIVE. 2.Copy the gs file to replace the existing gs file. 3.The .projectdata should also be copied to the correct path. So,