Steven W, 2024-11-02 00:43 »
! wrote: ↑2024-11-01 06:20
Very cool old-school tunes.
Indeed.
Was thinking that Powershell commands, at least the basics, don't seem that difficult. Growing up with MS-DOS/early Windows, I guess I was kind of intimidated. Not that I
ever would claim to be a guru and batch scripts/commands. I've always managed to get by. Learning, slowly, to do some Bash scripting also. wget comes with every distro that I've ever seen.
Code: Select all
#!/bin/bash
clear
sleep 15
echo "Hello, techtalk.cc!"
exit
I suppose none of them were intended to be really complex. Although, when you start doing more complex things...
[quote=! post_id=20390 time=1730438428 user_id=61]
Very cool old-school tunes. :thumbup:
[/quote]
Indeed.
Was thinking that Powershell commands, at least the basics, don't seem that difficult. Growing up with MS-DOS/early Windows, I guess I was kind of intimidated. Not that I [i]ever[/i] would claim to be a guru and batch scripts/commands. I've always managed to get by. Learning, slowly, to do some Bash scripting also. wget comes with every distro that I've ever seen. :wink:
[code]#!/bin/bash
clear
sleep 15
echo "Hello, techtalk.cc!"
exit[/code]
I suppose none of them were intended to be really complex. Although, when you start doing more complex things...