Sponsored Content
Top Forums Shell Programming and Scripting Regarding cfrm.sh and test_rep.sh Post 302219575 by aigles on Tuesday 29th of July 2008 02:03:16 PM
Old 07-29-2008
Specify the full path for rwconverter.sh
Code:
/path/to/rwconverter.sh userid=dpsp/dpsp@d064rps stype=rdffile source=$file dtype=xmlfile overwrite=yes batch=yes

or add the path to the PATH variable :
Code:
chmod +x /path/to/rwconverter.sh 
export PATH=$PATH:/path/to
sh test_rep.sh ifp0100r

Jean-Pierre.
 
SYSTEMD-PATH(1) 						   systemd-path 						   SYSTEMD-PATH(1)

NAME
systemd-path - List and query system and user paths SYNOPSIS
systemd-path [OPTIONS...] [NAME...] DESCRIPTION
systemd-path may be used to query system and user paths. The tool makes many of the paths described in file-hierarchy(7) available for querying. When invoked without arguments, a list of known paths and their current values is shown. When at least one argument is passed, the path with this name is queried and its value shown. The variables whose name begins with "search-" do not refer to individual paths, but instead to a list of colon-separated search paths, in their order of precedence. OPTIONS
The following options are understood: --suffix= The printed paths are suffixed by the specified string. -h, --help Print a short help text and exit. --version Print a short version string and exit. EXIT STATUS
On success, 0 is returned, a non-zero failure code otherwise. SEE ALSO
systemd(1), file-hierarchy(7) systemd 237 SYSTEMD-PATH(1)
All times are GMT -4. The time now is 07:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy