You are not logged in.

#1 2021-06-29 07:31:40

akestah
Member
Registered: 2021-06-29
Posts: 7

[SOLVED] What is: date -u +%V$(uname)|sha1sum|sed 's/\W//g' ?

Hi,

When I was registering on the forum, I was asked to give the output of date -u +%V$(uname)|sha1sum|sed 's/\W//g'
What does this command do?

Thank you!
PS: I'm a newbie!

Last edited by akestah (2021-06-29 08:18:14)

Offline

#2 2021-06-29 07:51:51

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] What is: date -u +%V$(uname)|sha1sum|sed 's/\W//g' ?

You can work it out for yourself:

date -u +%V
uname

etc. The pipes ( | ) just pass the output of the first command to the next.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2021-06-29 08:14:14

akestah
Member
Registered: 2021-06-29
Posts: 7

Re: [SOLVED] What is: date -u +%V$(uname)|sha1sum|sed 's/\W//g' ?

Thanks Jasonwryan!

Offline

Board footer

Powered by FluxBB