About 600,000 results
Open links in new tab
  1. `source .../settings.csh` not working from `sh ./test.sh`

    The sh test.sh sets up a new environment in which the source command will be used to source setiin64.csh (I still find it hard to believe this will actually work, it's a csh script).

  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. dns - dig vs nslookup - Unix & Linux Stack Exchange

    Why do the commands dig and nslookup sometimes print different results? ~$ dig facebook.com ; <<>> DiG 9.9.2-P1 <<>> facebook.com ;; global ...

  4. convert a hex string to binary and send with netcat

    I have a binary file that I can send with netcat: $ nc -l localhost 8181 < my.dat The file contains this: $ xxd my.dat 0000000: 0006 3030 3030 4e43 ..0000NC What I really ...

  5. 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.

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

    Jul 1, 2017 · In defense of &&: I actually want to source the file ONLY if vim exited correctly. Imagine if it crashes for any reason, better not to source a file in a mid-edit state! Also, I don't …

  7. How to execute source command from sh file - Unix & Linux Stack …

    Aug 26, 2015 · The source buliten (built in function) was not meant to function the way you're using it here. The ". , include, and source bulitens were meant to include library (reusable …

  8. 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 …

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

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

  10. 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] [ …