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.
エポックを使用するいくつかのテキスト ファイルを使用しています。エポックの特定のファイルをスキャンし、標準時間として別のテキスト ドキュメントを出力する bash スクリプトが必要です。
Linux-BASH の場合:
HUMAN_READABLE=$(echo $myTIMESTAMP | gawk '{print strftime("%c", $0)}') echo $HUMAN_READABLE