Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

how to view day in shell

kutty39 answered on March 9, 2023 Popularity 3/10 Helpfulness 2/10

Contents


More Related Answers

  • datetime echo shell script
  • bash date today plus one day
  • shell script current time
  • bash get current date
  • show date linux
  • datetime calculation in shell
  • datetime calculation in shell
  • datetime calculation in shell
  • bash date one year ago
  • bash get date
  • string to date in shell script
  • how to view calendar in linux command line
  • how to check date is older than x days in shell script
  • shell current week
  • bash get date n days future

  • how to view day in shell

    0

    #below one give you the day as "Sat"

    $(date +'%a')  

    #below one give you the day as "Saturday" 

    $(date +'%A')   

    Popularity 3/10 Helpfulness 2/10 Language whatever
    Link to this answer
    Share Copy Link
    Contributed on Mar 09 2023
    kutty39
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.