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 -Rを使用せずに (linux)の出力を再作成する方法を見つけようとしていますが、これは可能ですか?-R
ls -R
-R
その他の制約はありません。
shopt -s globstar nullglob printf "%s\n" **
また
find .