Search Results

Search: Posts Made By: yonhk
2,880
Posted By yonhk
concatenate files with identifier
Hi all

I concatenate files using cat. Each file contains only one csv data. for example,

file1
100

file2
200

cat file1 file2 > newfile

newfile
100
200

However, is there...
1,507
Posted By yonhk
Thanks a lot!!!!
Thanks a lot!!!!
1,532
Posted By yonhk
Thanks a lot!!!!!
Thanks a lot!!!!!
1,507
Posted By yonhk
Awk help
Hi all,

I cut specific cell(row=2, column=1) in my excel file and created new file using following script.

awk -F"," 'NR ==2 {print $1}' file1.csv > file1_new.csv

awk -F"," 'NR ==2...
1,532
Posted By yonhk
loop & awk
I cut specific cell(row=2, column=1) in my excel file and created new file using following script.

awk -F"," 'NR ==2 {print $1}' file1.csv > file1_new.csv

awk -F"," 'NR ==2 {print $1}'...
Showing results 1 to 5 of 5

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