Created
February 13, 2015 07:00
-
-
Save toshihirock/61106660984fbf21e641 to your computer and use it in GitHub Desktop.
日付つきのログファイルがあるディレクトリでユニークな名前のもの一覧を取得する
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ls /path/to/ | sed -e "s/.\{13\}$//" |uniq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment