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 -ltr を実行しています。次に、ファイル名をコピーして貼り付けます
tcshを使用していると仮定します
vi `ls -tr | tail -1`