Sponsored Content
Full Discussion: Source Output
Top Forums UNIX for Advanced & Expert Users Source Output Post 302713131 by bakunin on Wednesday 10th of October 2012 10:07:04 AM
Old 10-10-2012
Quote:
Originally Posted by ticiotix
Code:
myexe > /tmp/config
. /tmp/config

Seems like this is the only way if you want to extract an environment which should be added to the environment of the currently running script. A command like

Code:
$(myexe)

will execute "myexe" in a subshell. (This is what "$(...)" means: execute what is inside the braces in a subshell.) If you change the environment in this subshell the changes will be lost once you exit it.

The only thing i suggest is to "chmod" the file "/tmp/config" before you run it. It has no execute rights from the start and even if this works it is counter-intuitive.

I hope this helps.

bakunin
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

how to make a line BLINKING in output and also how to increase font size in output

how to make a line BLINKING in output and also how to increase font size in output suppose in run a.sh script inside echo "hello world " i want that this should blink in the output and also the font size of hello world should be big .. could you please help me out in this (3 Replies)
Discussion started by: mail2sant
3 Replies

2. Shell Programming and Scripting

write page source to standard output

I'm new to PERL, but I want to take the page source and write it to a file or standard output. I used perl.org as a test website. Here is the script: use strict; use warnings; use LWP::Simple; getprint('http://www.perl.org') or die 'Unable to get page'; exit 0; ... (1 Reply)
Discussion started by: wxornot
1 Replies

3. UNIX for Dummies Questions & Answers

Read rows from source file and concatenate output

Hi guys; TBH I am an absolute novice, when it comes to scripting; I do have an idea of the basic commands... Here is my problem; I have a flatfile 'A' containing a single column with multiple rows. I have to create a script which will use 'A' as input and then output a string in in the... (0 Replies)
Discussion started by: carlos_anubis
0 Replies

4. Shell Programming and Scripting

Awk script to run a sql and print the output to an output file

Hi All, I have around 900 Select Sql's which I would like to run in an awk script and print the output of those sql's in an txt file. Can you anyone pls let me know how do I do it and execute the awk script? Thanks. (4 Replies)
Discussion started by: adept
4 Replies

5. Shell Programming and Scripting

Redirect output to a different text file depending source of data

I have a list of DNS servers I need to look up information on. Each of these servers has a master and a slave database. Essentially what I need to do is create two text files for each server. One with the Master view and one with the Slave view. There's 20 servers, in the end I should have 40 text... (4 Replies)
Discussion started by: spartan22
4 Replies

6. Shell Programming and Scripting

script to mail monitoring output if required or redirect output to log file

Below script perfectly works, giving below mail output. BUT, I want to make the script mail only if there are any D-Defined/T-Transition/B-Broken State WPARs and also to copy the output generated during monitoring to a temporary log file, which gets cleaned up every week. Need suggestions. ... (4 Replies)
Discussion started by: aix_admin_007
4 Replies

7. Shell Programming and Scripting

Displaying log file pattern output in tabular form output

Hi All, I have result log file which looks like this (below): from the content need to consolidate the result and put it in tabular form 1). Intercomponents Checking Passed: All Server are passed. ====================================================================== 2). OS version Checking... (9 Replies)
Discussion started by: Optimus81
9 Replies

8. Red Hat

Command understanding the output file destination in case of standard output!!!!!

I ran the following command. cat abc.c > abc.c I got message the following message from command cat: cat: abc.c : input file is same as the output file How the command came to know of the destination file name as the command is sending output to standard file. (3 Replies)
Discussion started by: ravisingh
3 Replies

9. Shell Programming and Scripting

Add source file name to file output

OS: Linux kernel ver: 2.6x shell: Korn(ksh) hi. We are required to read contents for mutliple GZIP(.gz) files and perform some custom sanity checks downstream, example of such a check can a validation for the length of each record. We should accepts records which are 320 chars long and... (1 Reply)
Discussion started by: kumarjt
1 Replies
pbuilder-user-mode-linux(1)					     pbuilder					       pbuilder-user-mode-linux(1)

NAME
pbuilder-user-mode-linux - personal package builder in UML SYNOPSIS
pbuilder-user-mode-linux create [options] pbuilder-user-mode-linux update [options] pbuilder-user-mode-linux build [options] .dsc-file pbuilder-user-mode-linux execute [options] script pbuilder-user-mode-linux login [options] DESCRIPTION
Front end program to the pbuilder suite of programs, used for creating and maintaining user-mode-linux environment and building Debian package within the user-mode-linux virtual machine environment. Unlike pbuilder , pbuilder-user-mode-linux does not require root privilege to run. It should be ran under a normal user. OPTIONS
create Creates a user-mode-linux root image for the specified distribution using rootstrap software update Updates the user-mode-linux root image for the specified distribution. Also, by specifying the --distribution option, it is possi- ble to switch the distribution. Specify a dummy distribution value even for custom apt config files. build Builds the package specified by .dsc-file within the user-mode-linux environment. login Invokes shell within UML. dumpconfig dumps configuration information about user-mode-linux, used for debugging. execute Invokes a command or script inside UML. execute will copy the specified file into the UML system, and run it. The remaining command-line arguments are passed on to the script. --uml-image [UML image] Specify the UML image to use. --eth0 [uml option for eth0] Specify this option as parameter to UML. Specify --eth0=slirp,12345,/usr/bin/slirp-fullbolt to use the slirp connection. --uml-ip [IP inside UML] Specify this to set the IP inside UML. This can be set to dhcp for obtaining IP address through DHCP. --uml-netmask [netmask] The netmask. --uml-network [network] The network address. --uml-broadcast [broadcast] The broadcast address. --uml-gateway [gateway] The gateway address. --mount-tmpfs [yes] Specify whether to mount tmpfs inside UML chroot. --uml-hostname [uml-host] The hostname inside uml. --distribution [sid] Specify the distribution. see pbuilder(8) --binary-arch Specify only to build binary-arch targets. see pbuilder(8) --timeout timeouttime Timeout build after specified time. see pbuilder(8) --configfile config file to read Makes pbuilder to read the config file inside UML. pbuilder-user-mode-linux itself would be affected by the contents of the config file. --hookdir location of hooks Makes pbuilder use the specified hookdir inside UML. --aptconfdir apt configuretion directory Makes pbuilder to use specified apt configuration directory instead of other settings. See pbuilder(8) --override-config Specify this option along with --distribution to switch distribution using pbuilder-user-mode-linux update --logfile logfilename Specify this option to make the output go to logfilename as well as standard output. --buildresult /dir/to/build/result The directory where build result is placed to --uml-debugmode Enable tracing of shell scripts used by pbuilder-user-mode-linux. --bindmounts /dir/to/bind-mount Bind-mount the directory inside the chroot inside the user-mode-linux. --buildplace place-to-put-COW-file Specify the directory to place the COW file. The user needs to be able to access that directory, and the directory must exist. --uml-login-nocow Do not use COW filesystem when using pbuilder-user-mode-linux login so that changes made in the log in session will persist. Effective in login and exec options. --mirror [mirror location] Specifies the URL of Debian mirror to be specified in sources.list inside the chroot. This option is only valid when distribution is being specified, for update and build targets. The format is something like: http://http.us.debian.org/debian which should point to your favourite mirror. This option can optionally be omitted, and left blank, in which case, this part is skipped. Note that these URLs specified to pbuilder will be used from within the chroot, and specifying file:/somewhere/ will most probably fail. --othermirror [deb http://xxx/xxx/ ./ | other deb lines... ] The lines which is added to the sources.list, delimited with | Like deb http://local/mirror stable main|deb file:/usr/local/mirror ./ The deb lines here are the ones that will appear at the top of the sources.list inside the chroot. Be sure to follow the syntax rules of sources.list(5). These lines appear at the beginning of the constructed sources file, so this is the place to list your local mirror sites; apt will then use them in preference to the ones listed in --mirror . These options are only valid when --override-config option is specified in update target, or when pbuilder create is being called. NOTES
For build and login targets, pbuilder-user-mode-linux will try to use COW devices. Inside user-mode-linux, pbuilder-user-mode-linux will mount tmpfs as /tmp to avoid temporary file race conditions with outside of UML. This may cause problems trying to use files in /tmp directory. FILES
/etc/pbuilderrc The system-wide configuration file for pbuilder. /usr/share/pbuilder/pbuilderrc The default settings for pbuilder, used as fallback for all values that is not specified in /etc/pbuilderrc. /etc/pbuilder/pbuilder-uml.conf System-wide configuration file for pbuilder-uml, it will take priority over pbuilder configurations. /usr/share/pbuilder/pbuilder-uml.conf Software-default configuration file for pbuilder-uml. ${HOME}/.pbuilderrc User-default configuration file. SEE ALSO
/usr/share/doc/pbuilder/pbuilder-doc.html, pdebuild(1), pbuilder(8), rootstrap(1), linux(1), pbuilderrc(5), pbuilder-uml.conf(5) Debian 2005 Jun 12 pbuilder-user-mode-linux(1)
All times are GMT -4. The time now is 02:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy