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.
たとえば、SYSTEM32 の cmd で「dir」と入力すると、リストが延々と続きます。スクロールを有効にしましたが、スクロールは少ししか進みません。
ビューを制御する特別なコマンドまたは方法はありますか?
ありがとうございました
次のページにアクセスできます。
dir | more
または、ファイルに出力できます
dir > output.txt