Let's go! (sorry i used WSL i have my own reasons for it...)
Let's go! (sorry i used WSL i have my own reasons for it...)


Let's go! (sorry i used WSL i have my own reasons for it...)
watch -n 1 date
I was going to post exactly that, lol
nice
Same
what does it do?
it runs the date command once per second until you hit ctrl+c
Nice command! Thanks!
-d if you're feeling sporty.
If we're adding dramatic flourish, I'll suggest watch -n 1 'date | cowsay'
Slightly unrelated but cygwin will run better on windows (its way lighter)
Better in which way? WSL2 is a VM running ALONGSIDE Windows, not inside. Its performance is basically bare metal. If you have enough RAM, there is no reason to use cygwin instead of WSL2.
In that case why don't you just run a VM or install bare metal. WSL strips you of control just like Windows itself does.
its complicated please dont blame me for WSL
AHHHH "Has ptsd flashbacks from having to use Cygwin on a mixed build environment for a popular MMO that's about some kind of war up in the stars.." lol NOT THE CYGDRIVE lol jk but it did take me back ~5 years.
i try to understand that...
Can Cygwin run Linux GUI programs effectively? What about GPU-bound workloads? Would happily switch if the answer to both of those is yes.
You can run GUI apps but I'm not sure about GPU workloads. Wouldn't bare metal be the best for that?
i dont mind the GUI... but is Cygwin open source? just knowing
Best option is still Git Bash π
most true :3
Yep, that's what I use as well... in Windows I mean.
thanks
while :; do date; sleep 1; done
sh
watch -n1 date
none
thanks this is more like c syntax tho its bash im learning c btw :3
it's posix shell, also it produces an output similar to your post unlike watch, which everyone is rushing to point out as if it were the ultimate superninja haxxor secret tool that nobody knows about :DDD