Let's check another command: cut -d"," -f2,5 example_data.csv. It will extract the 2 and 5 columns (given by the -f key) from the separated ...
確定! 回上一頁