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.
別のコマンドの出力の間にタブのような特殊文字を挿入ls して、出力が次のようになることができるUNIXコマンドを知っている人はいますか?
ls
abcの代わりに atabb tab c
コマンドによって異なりますが、一般的なものはありません。改行をタブに変換するには、これを試してください。
ls | tr "\n" "\t"