Sponsored Content
Full Discussion: need help with script
Top Forums Shell Programming and Scripting need help with script Post 302254448 by manmeet on Tuesday 4th of November 2008 12:50:25 PM
Old 11-04-2008
Hi Lakris,
Thanks for reply..
here is code i'm using to extract filename:

echo $1

InputFileName=basename $1
echo $InputFileName

in here when i echo $1 , it is showing file name with path:

/data/ds/dpr_bir2core17_dev/landing/region/InputSample1.txt

but echo $InputFileName is showing all the following errors:

/data/ds/dpr_bir2core17_dev/landing/region/InputSample1.txt: INSERT,: not found.
/data/ds/dpr_bir2core17_dev/landing/region/InputSample1.txt[2]: INSERT,: not found.
/data/ds/dpr_bir2core17_dev/landing/region/InputSample1.txt[3]: INSERT,: not found.
/data/ds/dpr_bir2core17_dev/landing/region/InputSample1.txt[4]: INSERT,: not found.
/data/ds/dpr_bir2core17_dev/landing/region/InputSample1.txt[5]: INSERT,: not found.
/data/ds/dpr_bir2core17_dev/landing/region/InputSample1.txt[6]: UPDATE,: not found.
/data/ds/dpr_bir2core17_dev/landing/region/InputSample1.txt[7]: UPDATE,: not found.
/data/ds/dpr_bir2core17_dev/landing/region/InputSample1.txt[8]: UPDATE,: not found.
/data/ds/dpr_bir2core17_dev/landing/region/InputSample1.txt[9]: UPDATE,: not found.
/data/ds/dpr_bir2core17_dev/landing/region/InputSample1.txt[10]: UPDATE,: not found.
/data/ds/dpr_bir2core17_dev/landing/region/InputSample1.txt[11]: UPDATE,: not found.
/data/ds/dpr_bir2core17_dev/landing/region/InputSample1.txt[12]: UPDATE,: not found.
/data/ds/dpr_bir2core17_dev/landing/region/InputSample1.txt[13]: UPDATE,: not found.
/data/ds/dpr_bir2core17_dev/landing/region/InputSample1.txt[14]: UPDATE,: not found.
/data/ds/dpr_bir2core17_dev/landing/region/InputSample1.txt[15]: UPDATE,: not found.


where INSERT and UPDATE are in the first column of InputSample1.txt.

so, I don't know what is the problem with my code..
 

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

create a shell script that calls another script and and an awk script

Hi guys I have a shell script that executes sql statemets and sends the output to a file.the script takes in parameters executes sql and sends the result to an output file. #!/bin/sh echo " $2 $3 $4 $5 $6 $7 isql -w400 -U$2 -S$5 -P$3 << xxx use $4 go print"**Changes to the table... (0 Replies)
Discussion started by: magikminox
0 Replies

2. Shell Programming and Scripting

Script will keep checking running status of another script and also restart called script at night

I am using blow script :-- #!/bin/bash FIND=$(ps -elf | grep "snmp_trap.sh" | grep -v grep) #check snmp_trap.sh is running or not if then # echo "process found" exit 0; else echo "process not found" exec /home/Ketan_r /snmp_trap.sh 2>&1 & disown -h ... (1 Reply)
Discussion started by: ketanraut
1 Replies

3. UNIX for Dummies Questions & Answers

Calling a script from master script to get value from called script

I am trying to call a script(callingscript.sh) from a master script(masterscript.sh) to get string type value from calling script to master script. I have used scripts mentioned below. #masterscript.sh ./callingscript.sh echo $fileExist #callingscript.sh echo "The script is called"... (2 Replies)
Discussion started by: Raj Roy
2 Replies

4. Shell Programming and Scripting

Shell script works fine as a standalone script but not as part of a bigger script

Hello all, I am facing a weird issue while executing a code below - #!/bin/bash cd /wload/baot/home/baotasa0/sandboxes_finance/ext_ukba_bde/pset sh UKBA_publish.sh UKBA 28082015 3 if then echo "Param file conversion for all the areas are completed, please check in your home directory"... (2 Replies)
Discussion started by: ektubbe
2 Replies

5. Shell Programming and Scripting

How to block first bash script until second bash script script launches web server/site?

I'm new to utilities like socat and netcat and I'm not clear if they will do what I need. I have a "compileDeployStartWebServer.sh" script and a "StartBrowser.sh" script that are started by emacs/elisp at the same time in two different processes. I'm using Cygwin bash on Windows 10. My... (3 Replies)
Discussion started by: siegfried
3 Replies
XCOLORS(1)                                                    General Commands Manual                                                   XCOLORS(1)

NAME
xcolors - display all X11 color names and colors SYNOPSIS
xcolors [ -start color ] [ -near color ] [ -distance howfar ] DESCRIPTION
xcolors reads the rgb.txt file that defines the color names the X server knows and displays the colors found. At the top of the window is a sample region containing text. By clicking on the color names, the color of the sample text can be changed. Mouse button 1 changes the foreground; button 2 changes the background. The text can also be edited. Typing ``q'' exits the program. OPTIONS
In addition the the usual X Toolkit options, xcolors understands these command line options: -start name specify a color name to start with; colors before this one in the rgb.txt file are skipped. This option is useful if there are more colors than will fit on your screen or in your colormap. -rgbfile filename specify an alternate color database file to read. -near nearcolor only show colors near this one in the RGB space. All colors within a sphere in the RGB-space centered on nearcolor are displayed. -distance howfar defines how close colors have to be to nearcolor to be displayed. This option sets the radius of the sphere used by the -near option. The scale is such that the RGB cube is 256 units on a side. The default is 64. ACTIONS
set-foreground([color]) Set the foreground color of the sample region. If no color is provided, the color is taken from the border color of the widget where the action occurred. set-background([color]) Same as set-foreground() but sets the background color. quit() Exit xcolors. RESOURCES
Xcolors has a few top-level application resources that allow customizations that are specific to xcolors. startColor (classStartColor) See the -start option. rgbFile (classRgbFile) See the -rgbfile option. nearColor (classNearColor) See the -near option. nearDistance (classNearDistance) See the -distance option. WIDGET HIERARCHY
Knowing the name and position in the hierarchy of each widget is useful when specifying resources for them. In the chart below, the class and name of each widget is given. Xcolors xcolors Paned panes AsciiText sample Viewport viewport Box colors Label colorname Label colorname . . . FILES
/etc/X11/rgb.txt X color names and values. BUGS
Assumes that all names for the same color are consecutive in the rgb.txt file. Because xcolors cannot read the server's color name database, the color names it uses may not match those in the server. This is most likely to happen if xcolors is run from a remote host. The program would be faster if it used gadgets instead of widgets for the color spots. AUTHOR
Stephen Gildea, MIT X Consortium X Version 11 3 October 1991 XCOLORS(1)
All times are GMT -4. The time now is 05:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy