Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
そのため、カット ファイルとソート ファイルを同時に実行する必要があります。私はこのコマンドを使用しています:
sort -k2 customers;cut -f7-31 customers
目的は、行 7 ~ 31 を切り取り、アルファベット順に整理することですが、それを達成する方法がわかりません。どんな入力でも役に立ちます、ありがとう。