Hashbang
Перевод слова "hashbang" на Русский язык
hashbang
Существительноеhashbang
hashbangs множ.
шебанг
Технический термин; последовательность символов #! в начале скрипта. Add a hashbang to the top of your Python script so it can run directly from the command line.
Добавь шебанг в начало своего скрипта Python, чтобы запускать его прямо из командной строки.
Дополнительные переводы
хэшбэнг
Редкая транслитерация; то же, что «шебанг». hashbang
Прилагательноеhashbang
Used attributively before another noun to denote the presence of a '#!' interpreter directive.
шебанговый
Техн.; содержащий или относящийся к шебангу. The hashbang line tells Unix which interpreter to use.
Шебанговая строка указывает Unix, какой интерпретатор использовать.
Дополнительные переводы
хэшбэнговый
Редкая форма; то же, что «шебанговый». Опеределения
hashbang
СуществительноеThe character sequence "#!" placed at the beginning of a script to indicate which interpreter should execute the file.
Add a hashbang to the top of your Python script so it can run directly from the command line.
hashbang
ПрилагательноеRelating to or containing a hashbang sequence in a script file.
The hashbang line tells Unix which interpreter to use.