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
> hostname||hostnamectl hostname
find-the-command: hostname is not found locally, search in repositories? [Y/n] n
=======NOTHING=========
i expect to see the hostname anyway. FTC somehow interrupts OR execution. How to debug?
in bash WORKS with a number of questions and errors
> hostname||hostnamectl hostname
find-the-command: "hostname" is not found locally, searching in repositories...
find-the-command: /var/cache/pkgfile/*.files are out of date, update? [Y/n] n
find-the-command: "hostname" may be found in package "core/inetutils"
coolpc
thanks for your attention!
upd.
> hostname ;or hostnamectl hostname
find-the-command: hostname is not found locally, search in repositories? [Y/n] n
coolpc
============WORKS!========
So, the problem is with operator '||'. May it be the BUG?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
i expect to see the hostname anyway. FTC somehow interrupts OR execution. How to debug?
in bash WORKS with a number of questions and errors
thanks for your attention!
upd.
So, the problem is with operator '||'. May it be the BUG?
All reactions