Tag: shell-script
Found 3018 results for 'shell-script'.
1) bash - Why does `source foo && true` exit the script in bash?
2) shell-script - What does env_variable=value && command exactly do
3) bash - How can I make environment variables "exported" in a shell script stick around?
4) bash - Rationale behind persistent env variables between consecutive usages of source
5) bash - Which shell interpreter runs a script with no shebang?
6) bash - Script dies when parent process is terminated
7) linux - How do I identify shell script execution vs dot execution
8) bash - Do parentheses really put the command in a subshell?
9) bash - mv: target 'XXX' is not a directory
10) bash - No need for export when running functions in subshell
11) linux - systemd service not executing the script?
12) bash - Bash delete file when variable = x
13) linux - Variables are not passed from one script calling another with Bash heredoc
14) linux - How do I save a string of numbers from an ongoing command to a list in a shell script?
15) unix - Executing Perl command from shell script not resulting into anything
16) linux - Shell script bash: Moving file iterate based on month
17) linux - Framework for interactive shell script (bash)
18) linux - Remote Execution of a Shell Script that Takes a Local File as an Input Parameter
19) ubuntu - Evaluate each environment variable and set it back in ubuntu
20) linux - Tmux over SSH in script
21) bash - What does export do in BASH?
22) bash - When default shell is not bash-compatible, why do bash scripts not work well?
23) bash - export variable works in terminal but not in shell script
24) bash - Any way to stop sourcing a script from within a function or inherit the environment when starting a new shell
25) bash - Is there any way I can fit this into my ~/.bashrc as a function?
26) bash - bash: experiment to save and restore global variable context
27) shell-script - Set variables via user input and check all variables have been set before continuing script
28) bash - Bash script with `set -e` doesn't stop on `... && ...` command
29) bash - What does "[ "$foo_user" = 'foo' ] && foo_user='bar' || true" do?
30) bash - bash -e and && evaluation inside functions
31) shell-script - Why does ( exit 1 ) not exit the script?
32) bash - Security implications of forgetting to quote a variable in bash/POSIX shells
33) bash - Why does my shell script choke on whitespace or other special characters?
34) bash - Passing parameter with-in grep command
35) shell - Repeating command line argument
36) bash - Cygwin, bash, change an environmental variable?
37) shell - cat command is not working inside shell script
38) shell-script - Problem running commands with 'sudo' in Bash script
39) bash - Rule for invoking subshell in Bash?
40) bash - Differentiating between running and being sourced in a bash shell script?
41) shell-script - In which init level /etc/profile or /etc/environment files are read?
42) linux - Why does this variable assigned ZERO have the value TWO
43) shell - Sourcing a shell script from within Emacs
44) shell - Terminating a bash shell script running in the background
45) shell-script - See if a script is running when using #!/usr/bin/env
46) shell-script - Why is it better to use "#!/usr/bin/env NAME" instead of "#!/path/to/NAME" as my shebang?
47) bash - How to check the process along with its arguments in process list?
48) shell-script - Passing comma separated variable to remote SSH Session
49) bash - Shell script executing in the terminal but not from shell script file
50) shell-script - Save command output as environment variables