Difference between revisions of "Shebang (Unix)"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 13: | Line 13: | ||
== Related == | == Related == | ||
* <code>[[print]]</code> | * <code>[[print]]</code> | ||
+ | * <code>[[pre-commit]]: - id: check-executables-have-shebangs</code> | ||
== See also == | == See also == |
Revision as of 12:39, 3 April 2023
#!/bin/bash
#!/usr/bin/env python3
#!/usr/bin/env ansible-playbook
#!/usr/bin/env bash
Related
print
pre-commit: - id: check-executables-have-shebangs
See also
- Variables: Environment variables,
env
,env-cmd
,.env/
,SHELL
,PS1, HOME, $?
,PATH
,HISTFILE, PWD, LD_LIBRARY_PATH
,printenv, getenv, getenv, direnv
, AWS cli environmental variables, envsubst,env:, env_file
(docker-compose) Bash [ -c ]
,alias
,&&
, Bash history, Autocompletion,set
,unset
,export
,.bash_aliases, .bashrc and .bash profile
,PS1
,echo
,brace expansion
, Function,shopt
,trap
,set -e
,source
,PATH
,complete
,disown
,.hushlogin
,.bashrc
,builtin
,eval
,set
,$PATH
,$HOME
,TZ
,.profile
,-e, -i
,Builtin (Bash)
,mapfile
,~
, return (Bash), for, until,declare, dirname, basename, functions.sh
, Bash arithmetic expansion,shift, bash --rcfile, readonly, $1, $@
Advertising: