169 похожих чатов

Guys I want to handle bash 'Command not found' I want

if a command not found the command analyzed and if needed take an action, else throw command not found
What should I do?

17 ответов

17 просмотров

Write better bash

check if command exists before doing anything

https://www.redhat.com/sysadmin/learn-bash-scripting

Dmitry Ylnui
that's not helpful

It's greatly helpful in the bigger scheme of things

Raptor Blue Bear
It's greatly helpful in the bigger scheme of thing...

eating better and working out will be even more helpful, why didn't you advice him this?

Actually you most likely can do something with plugins/modules I remember on Fedora it searche for the command and proposed to install There is also something in zsh that propose to execute another command that looks like the one you tried

Dmitry Ylnui
if ! command -v whatever; then echo whatever mus...

I prefer to use the command hash to check if something is installed if that was the intent here.

Dmitry Ylnui
why?

Honestly cannot remember what led me down that rabbit hole but it works in more situations than using "which" to search for existence then taking action if that returns nothing or just trying to run the command itself

Ehsan- Автор вопроса
Ehsan- Автор вопроса
Deadly Q Continuum of Death aka Le Baguette Toxique The Maximalist Minimalist vichy republican From Outer Space
Actually you most likely can do something with plu...

Actually I want to handle a common situation with multi language keyboard When my keyboard is not English, command 'ls' will be for example 'xy' I want to parse command and possibly convert it to correct one Is it OK for the solution?

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
14
Добрый день! Скажите пожалуйста, а какие программы вы бы рекомендовали написать для того, чтобы научиться управлять памятью? Можно написать динамический массив, можно связный ...
Филипп
7
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Ребят в СИ можно реализовать ООП?
Николай
33
https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_h_common.erl#L174 https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_olp.erl#L76 15 лет назад...
Maksim Lapshin
20
Карта сайта