iTranslated by AIThe content below is an AI-generated translation. This is an experimental feature, and may contain errors. View original article📐How to check the number of columns in a CSV on Linux2020/12/01に公開Linuxshelltechhead -n 1 hoge.csv | awk -F ',' '{print NF}' Discussion
Discussion