Search Results

Search: Posts Made By: Turrican
4,345
Posted By Turrican
ok thx
ok thx
11,204
Posted By Turrican
not really a list of options with links to man...
not really a list of options with links to man pages or something like that
so i can se the dokumentation of each funktion
11,204
Posted By Turrican
i am not looking for a book ;) i am looking for a...
i am not looking for a book ;) i am looking for a webpage with informations about the functions /methodes like the java api doc.
11,204
Posted By Turrican
shell / bash / script api ?
Hi is there a good dokumentation for shell scripting ?
like the api in java ?

didnt find a good one yet
4,345
Posted By Turrican
tryed /bin/bash also but didnt work ...
tryed /bin/bash also but didnt work




with that it works, but i want to copy it on an other host and execute it without changing anything there, only with the scriptName.
4,345
Posted By Turrican
I already did that but $ scriptName bash :...
I already did that but
$ scriptName
bash : criptName : command not found

$cat Script

#!/usr/bin/bash

echo "test"


ls -l scriptName

-rwx-r-xr-x


with ./scriptName it works
or...
4,345
Posted By Turrican
well the setenv command is not found but thats...
well the setenv command is not found but thats not the problem i think,

you want to add the path of the script to the path of the system variables so i can reach the script in any directory, but...
4,345
Posted By Turrican
Starting script without ./ name or sh name
Hi, i want to start my script only by the name of it.



$ scriptName


normaly i have to use ./scriptName oder sh scriptName

is there a way to do that in bash or sh ?
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 07:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy