Find the answer to your Linux question:
Results 1 to 4 of 4
What is the output of "date -u +%W`uname`|sha256sum|sed 's/\W//g'"?...
  1. #1
    Just Joined!
    Join Date
    Apr 2011
    Posts
    2

    Quick question

    What is the output of "date -u +%W`uname`|sha256sum|sed 's/\W//g'"?

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,142
    Code:
    c9418078e3ab4ce403269e2817496981b56f12f44380db39b4c90f1a5ec6c107
    And That's my final answer...WAIT, can I buy a vowel too?
    The command should work for you too....Just open a terminal and type:
    Code:
    date -u +%W`uname`|sha256sum|sed 's/\W//g'
    BTW, Welcome to the forums.
    Last edited by MikeTbob; 04-01-2011 at 12:28 AM. Reason: Added code tags
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,081
    Hello and welcome to the forums!

    For more on using the command line under Linux:

    LinuxCommand.org: Learn the Linux command line

    Presented here, because if you plan to run Arch you will need to know at least some of the basic command line stuff.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  4. #4
    Just Joined!
    Join Date
    Apr 2011
    Posts
    2
    Thank you very very much.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •