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.
ファイル拡張子などで?
たとえば、.DS_STORE ファイルは見たくありませんが、.htaccess ファイルはすべて見たいとします。これを行う方法はありますか?
ターミナルを開いて入力します
ls -a | grep -G .YOUR_EXTENSION$
正規表現の詳細については、http ://www.robelle.com/smugbook/regexpr.htmlを参照してください。man grepman ls
man grep
man ls