You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my exposed computer for which I use a live DVD: $ uname --all Linux debian 5.10.0-18-amd64 #1 SMP Debian 5.10.140-1 (2022-09-02) x86_64 GNU/Linux
I followed your steps using wget. Then I made "${HOME}/bin" and copied getoptions in it: "${HOME}/bin"
but my scripts can't find it:
`$ which getoptions
$`
Where should getoptions go?
The text was updated successfully, but these errors were encountered:
On my exposed computer for which I use a live DVD:
$ uname --all Linux debian 5.10.0-18-amd64 #1 SMP Debian 5.10.140-1 (2022-09-02) x86_64 GNU/Linux
I followed your steps using wget. Then I made "${HOME}/bin" and copied getoptions in it:
"${HOME}/bin"
but my scripts can't find it:
`$ which getoptions
$`
Where should getoptions go?
The text was updated successfully, but these errors were encountered: