Hashbang
Translation of "hashbang" into Russian
hashbang
Nounhashbang
hashbangs pl
шебанг
Технический термин; последовательность символов #! в начале скрипта. Add a hashbang to the top of your Python script so it can run directly from the command line.
Добавь шебанг в начало своего скрипта Python, чтобы запускать его прямо из командной строки.
Additional translations
хэшбэнг
Редкая транслитерация; то же, что «шебанг». hashbang
Adjectivehashbang
Used attributively before another noun to denote the presence of a '#!' interpreter directive.
шебанговый
Техн.; содержащий или относящийся к шебангу. The hashbang line tells Unix which interpreter to use.
Шебанговая строка указывает Unix, какой интерпретатор использовать.
Additional translations
хэшбэнговый
Редкая форма; то же, что «шебанговый». Definitions
hashbang
NounThe 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
AdjectiveRelating to or containing a hashbang sequence in a script file.
The hashbang line tells Unix which interpreter to use.