shell - Bash How to format a date -


I want to grep a file with the following date format:

  master24 April   

I currently have date + "% d% m% Y" and it is coming back 24 04, 2014.

How can I get the format "Thursday 24th April" to get?

So do I need day and date?

will suggest date + "% a% b% d"

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -