About 594,000 results
Open links in new tab
  1. How to source a .csh file as well as open xilinx application in the ...

    Being on Linux, your shell is Bash, so you need to source the settings64.sh file. You do that by typing in the command just as you yourself has typed it in the question:

  2. How can I "source" expect script - Unix & Linux Stack Exchange

    Jan 24, 2019 · The fundamental problem is that a child process cannot alter the environment of its parent. This is why you need to source that shell script, so the environment variables will …

  3. bash - Is there a one-liner that allows me to create a directory and ...

    I find myself repeating a lot of: mkdir longtitleproject cd longtitleproject Is there a way of doing it in one line without repeating the directory name? I'm on bash here.

  4. rsync compare directories? - Unix & Linux Stack Exchange

    Is it possible to compare two directories with rsync and only print the differences? There's a dry-run option, but when I increase verbosity to a certain level, every file compared is shown. ls -a...

  5. How to source .bashrc file directly after I close and save?

    Jul 1, 2017 · You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation …

  6. How to Execute multiple command using nohup

    You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation and how do I …

  7. source .bashrc command doesn't work - Unix & Linux Stack …

    Dec 1, 2011 · source .bashrc command doesn't work Ask Question Asked 13 years, 11 months ago Modified 13 years, 11 months ago

  8. How to make netcat use an existing HTTP proxy

    Note: I'm using RHEL 5.3 version of netcat that has the following options: $ nc --help nc: invalid option -- - usage: nc [-46DdhklnrStUuvzC] [-i interval] [-p source_port] [-s source_ip_address] [ …

  9. Is there a way to print the commands that the shell builtin `source` …

    Sep 26, 2021 · See also: emulate sh -xc 'source ./my_source.sh' or emulate sh -o xtrace -c 'source ./my_source.sh' in zsh to source the file in sh emulation (the .sh extension suggests …

  10. What is the local6 (and all other local#) facilities in syslog?

    General info The facilities local0 to local7 are "custom" unused facilities that syslog provides for the user. If a developer create an application and wants to make it log to syslog, or if you want …