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をcal1行で実行する必要があります
ls
cal
&しかし、;記号を使わずに書く必要があります...
&
;
それを書く方法はありますか?
バックティックとエコーを使用できます
echo `ls` "`cal`"
二重引用符は、echo がcals 出力の空白を破壊しないようにします。
私|はあなたを助けると思います。多くのファイルを含むディレクトリのリストをページごとに読み取るには、ls | more
|
ls | more