Hashbang
Übersetzung von "hashbang" ins Russisch
hashbang
Substantivhashbang
hashbangs Pl.
шебанг
Технический термин; последовательность символов #! в начале скрипта. Add a hashbang to the top of your Python script so it can run directly from the command line.
Добавь шебанг в начало своего скрипта Python, чтобы запускать его прямо из командной строки.
Weitere Übersetzungen
хэшбэнг
Редкая транслитерация; то же, что «шебанг». hashbang
Adjektivhashbang
Used attributively before another noun to denote the presence of a '#!' interpreter directive.
шебанговый
Техн.; содержащий или относящийся к шебангу. The hashbang line tells Unix which interpreter to use.
Шебанговая строка указывает Unix, какой интерпретатор использовать.
Weitere Übersetzungen
хэшбэнговый
Редкая форма; то же, что «шебанговый». Definitionen
hashbang
SubstantivThe 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
AdjektivRelating to or containing a hashbang sequence in a script file.
The hashbang line tells Unix which interpreter to use.