Need help to write BASH shell script for copy data of different .csv file into one such that it adds each file data in a different TAB
I am new to BASH SHELL scripting. Need help with below case
I have multiple .csv files (ex 4) . I want to merge these 4 .csv files into a single out.csv file such that each file data opens in separate tab (sheet) of out.csv
I tried using copy command but it didnt seem to work out.