Sponsored Content
Full Discussion: Linux script - Crazy results
Top Forums Shell Programming and Scripting Linux script - Crazy results Post 302337650 by imprimisxo on Friday 24th of July 2009 02:43:24 PM
Old 07-24-2009
When I run it as BASH it gives different (but still undesired) results.

Code:
Code:
>cat exec_move_yesterday_files_from_incoming.sh
#
# Capture the current directory.
export -p CurrentDir="`pwd`"
echo $CurrentDir
#
# Capture the new directory name in the form YYYYMMDD.
export -p DateDir="`date +"%Y%m%d"`"
echo $DateDir
#
# Store the desired target directory.
export -p TargetDir="/staging/VCproc/TestIncoming"
echo $TargetDir
#
# Create the directory to move yesterday's file to.
cd $TargetDir
#mkdir $DateDir
`pwd`
#
#
cd $CurrentDir
`pwd`


Results:
Code:
VCproc@mpslx093[client]/staging/VCproc/application/dm
>bash exec_move_yesterday_files_from_incoming.sh
/staging/VCproc/application/dm
20090724
/staging/VCproc/TestIncoming
: No such file or directoryrom_incoming.sh: line 15: cd: /staging/VCproc/TestIncoming
: No such file or directoryrom_incoming.sh: line 17: /staging/VCproc/application/dm
: No such file or directoryrom_incoming.sh: line 20: cd: /staging/VCproc/application/dm
: No such file or directoryrom_incoming.sh: line 21: /staging/VCproc/application/dm

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Oh no!! crazy script

Hi Could be stupid, but I can figure out... I have a script that downloads a file from a http server ( virus definitions file ). The thing is that when I run it from the console (bash) works fine, but when I put it in the root's cron it doesn't, and it generates a core file. example: ... (8 Replies)
Discussion started by: piltrafa
8 Replies

2. Linux

How I will check wheather my linux benchmark results are OK

My system bench mark results INDEX VALUES TEST BASELINE RESULT INDEX Arithmetic Test (type = double) 2541.7 876123.7 344.7 Dhrystone 2 without register variables 22366.3 5411602.3 ... (1 Reply)
Discussion started by: chandra s
1 Replies

3. Linux Benchmarks

Results for Linux Benchmarks

Hi, I was trying to build Linux Benchmarks with latest Intel C++ Compiler. When I used -ipo (inter-procedural optimization) option, arithmetic test (arith.c) failed on execution. The problem is Intel compiler's advanced optimization option (-ipo) optimizes much more than expected and this... (50 Replies)
Discussion started by: cpjain
50 Replies

4. Shell Programming and Scripting

PERL cgi script... extra character driving me crazy

I'm using a PERL cgi script that uses rrdtool to make graphs. I can't get the syntax correct to use a degree sign (alt+0176 like this °) and also using a variable. If I use single quotes, I can't call the variable. If I use double quotes, there is an extra symbol (Â) before the ° which goes... (2 Replies)
Discussion started by: audiophile
2 Replies

5. Red Hat

Linux ls -L Results

I seem to be somewhat baffled by the results of the -L option of the ls command on our new Linux system. I have a symbolic link defined like the following: ptmawpmfld.sqr as /u21/xxxx/m/moranp1/yyyy/fixpaths/tests20091218/awpmfld.sqr When I issue the command ls -l ptmawpmfld.sqr, I see the... (2 Replies)
Discussion started by: ptmoran
2 Replies

6. Shell Programming and Scripting

Print some results in a text file using script in linux

hello everyone, i really need your help to write a script which would just print following kind of result into a text file (result.txt) XYZ test Results ID: <unique-id> Date: <date> ------------------------------------------------- | Task | Result | Time |... (3 Replies)
Discussion started by: viriimind
3 Replies

7. UNIX for Dummies Questions & Answers

UNIX/Linux/Distributions - driving me crazy...

Hello there, first of all: I do not want to become a hacker. you cannot do that. you cannot learn that from a book. Don't think I'm some kind of a script-kiddie. now that's settled let's start. I've been trying around with a lot of OS lately. I have backtrack5 installed on my notebook,... (10 Replies)
Discussion started by: Dr. Nick
10 Replies

8. UNIX for Dummies Questions & Answers

LINUX SORT command chops results

I am trying to sort a file . The file looks like this: DDFF 2 /ztpfrepos/pgr/load DDFQ 2 /ztpfrepos/pgr/load DDFX 2 /ztpfrepos/pgr/load DDUA 2 /ztpfrepos/pgr/load My command: sort -k1 /home/c153507/Bin/OPL1.txt -o /home/c153507/Bin/OPL1.txt The results are OK except for one line where... (4 Replies)
Discussion started by: Yahalom
4 Replies

9. Shell Programming and Scripting

How to Assign SQL Query Results to Variables in Linux?

Hi, I am new to linux... How to Assign SQL Query Results to Variables in Linux,i want ti generate it in param files, Can anyone please explain me. Ex: SQL> Select * from EMP; O/P: Emp_No Emp_Name 1 AAA 2 BBB 3 CCC and I want expected... (5 Replies)
Discussion started by: Sravana Kumar
5 Replies

10. Shell Programming and Scripting

Script to Run Multiple Systems Checks and mail me the results after every reboot- Linux

Hello, I'm trying to create a mechanism wherein a set of Production servers will email me the results of system checks like Uptime, NFS Mounts and a Process after every scheduled reboot. For this, I figured I'd use the @reboot parameter that crond comes with. I have added the below onliner... (3 Replies)
Discussion started by: pocodot
3 Replies
dhcpv6db2conf(1M)														 dhcpv6db2conf(1M)

NAME
dhcpv6db2conf - DHCPv6 client database converter SYNOPSIS
[lan_interfaces] DESCRIPTION
provides a means of translating the DHCPv6 client database, into a set of standard configuration file variables. The client database con- sists of a series of records. Each record represents a unique lan interface and a list of attributes, which correspond to that interface. The attributes are configuration parameters like: host's IP address, NTP server address, address of the DHCPv6 server, NIS domain name etc for that interface. With you can list the contents of the database to the screen, create a set of configuration staging files, or execute direct edits on existing configuration files using the values contained in the client database. Options allows you to specify a list of lan interfaces on the command line (e.g. whose data needs to be translated to a readable format. If no lan interface is specified, will process the entries of all interfaces which are UP. The attributes can be selected for processing by specifying a combination of one or more filter flags on the command line. If no filter flag is specified, all the attributes for that lan interface will be processed. The following options are supported: Using the results of the specified filter, directly apply the variable definitions to the existing configuration files (for example, Create a set of staging files using the results of the selected filter(s). Each variable processed will be applied to its corresponding staging configuration file. Specifically, will generate a copy of the existing configuration file. For example, will be copied to Once this staging file has been created, the variable that is being processed will be applied to this newly created file. Print results to the screen (stdout), this is the default action if neither nor are specified. Process the INTERFACE variable set [IPV6_SECONDARY_INTERFACE_NAME, IPV6_ADDRESS, IPV6_PREFIXLEN, DHCPV6_ENABLE]. Process the DNS variable set [domain, nameserver]. Process the SIP server address and SIP domain name information. Process the NIS variable set [NIS_DOMAIN, YPSET_ADDR]. Process the vendor specific information. Print the DHCPv6 server address. lan_interfaces lan interfaces such as whose data needs to be translated to a readable format. If not specified, will process the entries of all interfaces which are UP. Configuration Files and Variable Names The following files and variables can be processed: IPV6_SECONDARY_INTERFACE_NAME IPV6_ADDRESS IPV6_PREFIXLEN DHCPV6_ENABLE NIS_DOMAIN YPSET_ADDR domain / search nameserver EXAMPLES
To list the entire contents of the DHCP client database type: To list only the INTERFACE variable set for type: AUTHOR
was developed by Hewlett-Packard. FILES
Client configuration database SEE ALSO
dhcpv6clientd(1M), dhcpv6client_ui(1), dhcpv6d(1M). dhcpv6db2conf(1M)
All times are GMT -4. The time now is 04:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy