Skip to content

Instantly share code, notes, and snippets.

@kazoo0217
Created July 26, 2018 01:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kazoo0217/a1341ed7bcc9b521e3031524efeefd55 to your computer and use it in GitHub Desktop.
Save kazoo0217/a1341ed7bcc9b521e3031524efeefd55 to your computer and use it in GitHub Desktop.
ファイル名のみを拡張子ごとに並び替え、一覧でテキストに書き出し(濁点がおかしくなるのでnkfでフィルターしている)
#!/bin/bash
## ファイル名のみを拡張子ごとに並び替え、一覧でテキストに書き出し(濁点がおかしくなるのでnkfでフィルターしている)
ls -x1 | nkf -wLu --ic=UTF8-MAC > file-name.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment