A small program written to be read and executed by a command interpreter or another scripting language.
-4
votes
0answers
39 views
Avoid input password or other things every time in linux
I need to excute a shell script and I want to avoid input password and others each time when I want to excute this script. How can I do? Expect? Whether are there other ways to avoid it?
I give an ...
0
votes
2answers
28 views
check list of email addresses against other list
I have two files with email addresses (one per line): file1 and file2.
How can I remove all the emails in file1 which also exist in file2? Looking for a bash answer, but any other scripting language ...
0
votes
1answer
33 views
php loop output data write in file
Here is the code in index1.php file which has input array defined.
<form action="index2.php" method="post" name="form">
Study: <input type="text" name="study[]">
Bug: <input ...
-3
votes
0answers
32 views
is it possible to have a batch script to diagnose a pc? [closed]
I am trying to get a batch script that will help diagnose a computer or laptop (usb ports, hard drive, etc) then generate a report at the end (results).
Is it possible?
0
votes
2answers
28 views
How does MySQL take variables in bash?
Making a script to print out data from a MySQL db via bash, I met the following problem:
While I try to log in, it uses the password as the database to log in to.
Script is like this:
#!/bin/bash
...
0
votes
1answer
36 views
Error running PowerShell script with .bat
I'm trying to run a .bat file calling a shell .ps1 file.
I've tested my script directly in powershell and there it works.
But when I run the .bat, a error occurs saying to me something like [ The ...
0
votes
4answers
60 views
Linux cut string
In Linux (Cento OS) I have a file that contains a set of additional information that I want to removed. I want to generate a new file with all characters until to the first |.
The file has the ...
0
votes
3answers
23 views
Not able to force exit on Jenkins Build
I've been having a lot of trouble with this so here goes.
I have a Jenkins build that executes the following shell script:
#!/bin/sh -x
if [ 'grep -c "It misses" log' -gt 0 ];
then exit 1;
fi
I ...
-2
votes
0answers
32 views
Free multi-user file upload php script? [closed]
I'm looking for a great multi-user file upload system made in php.
Here's a list of what I need :
An admin interface where i could see the files upload BY user (if i where to click on user1 I see ...
0
votes
0answers
20 views
copy package from schema B to schema C [migrated]
I am in the next situation: I am using oracle 11g. I am connected to an user, lets say schema1, where are a lot of permissions. I want to create a script which will copy the Package1 (and its body) ...
-5
votes
1answer
46 views
I have four html textbox. Display minimum value in other textbox
i am new in java Script /ajax
I have four html textbox. Display minimum value in other textbook.If any text box has no value then no need to compare with other text box value.Just only compare who ...
0
votes
3answers
52 views
Using grep to list lines starting with
I am trying to Use the GREP command to list all lines which contain the letter
'd' at least twice in a row (that is, next to each other), from file "test". But i can't get it to work. Can someone ...
0
votes
0answers
17 views
Online orthography service for website [closed]
I am looking for online orthography service or just php+java script that can be implemented to website code with following functions:
Selecting text on webpage (auto translation) with possible ...
0
votes
3answers
64 views
Syntax errors when executing a complex command via ssh
I would like to know if a server is running and if not then i would like to start it. for this scenario I have written the following bash script
ssh -t machine "cd /to/the/bin/path
&& if [ ...
-2
votes
2answers
60 views
Database of Python codes [closed]
I would like to know if a database of Python codes exists somewhere on the Internet, like File Exchange for MATLAB. I was searching for it in vain.
Thanks!
-2
votes
1answer
42 views
Using read command [closed]
I am extremely confused about using the read command. Can someone please explain this to me? For example if I have:
An executable file called script, containing
read first second
echo $first
echo ...
1
vote
0answers
17 views
Rules and scripting -> Script not run immediately
I am assigning a category to a certain e-mail that then triggers a rule to run a script (in outlook). Everything works fine, I just cannot understand why the script does not run immediately after ...
1
vote
0answers
25 views
grep fails in upstart script [migrated]
I have an upstart configuration for a service which needs to check the existance of a process on it's startup. This sounds fairly easy but I'm already trying for 3 hours to get this thing solved and ...
1
vote
1answer
27 views
How to delete the last space at the end of each line in a text file? (shell scripts)
I have a file like this:
z E l f
A l t E^ t
d Y s
m u s t
z E l f s
x @ w e s t
s t e t s
h E p
w i
t E n
o G @
o G @ n
m I s x i n
s t O n t
and I need to remove a space at the end of each line.
...
0
votes
0answers
17 views
Jenkin Build Flow pass parameter in GUI interface
We have a Jenkin and we are using Build Flow DSL to pass script to run parallel build like following:
parallel (
{
guard {
build("job1A")
} rescue {
...
-2
votes
0answers
34 views
How do I remove shadow on labels in Google Maps? [closed]
I'm trying to remove the default shadows on labels on google maps. I'm sure it's simple but for the life of me I can't get them to disappear.
Any help much appreciated.
function addMarkers() {
...
-2
votes
1answer
38 views
How Do I Get Input From A WebCam using C++? [closed]
Eventually, I want to live stream video from my webcam onto my website. I'd appreciate links to how to:
a) get input from an external camera (like my laptop webcam or a webcam connected to USB port)
...
-1
votes
0answers
19 views
How to start a couple of cshell scripts?
I have to write the following C Shell scripts (I know, C Shell is bad), and I really don't even know how to start so I was wondering if I could get a push in the right direction. I assume they both ...
1
vote
0answers
13 views
How do you write a clearcase script that iterates through a list of selected SPRs and determines if there is a conflict?
Everytime we do a build we select a certain list of "Resolved" SPRs to be included. Too often one (or some) of these SPRs was merged on top of an SPR that was not part of the original selected list ...
0
votes
1answer
45 views
How to use interopPermission on batch job script execution
I'm trying to run a powershell script through batch job, I used the following code that works fine in a job :
System.Diagnostics.Process process;
System.Diagnostics.ProcessStartInfo startInfo;
;
...
1
vote
3answers
36 views
Assign variable from SSH server to local machine variable
I have two scripts that are being run. One runs from a client workstation and calls a script on a server. I need a variable from the server script and I figured I could do it this way, but it isn't ...
-2
votes
0answers
40 views
Is it Harm to the system…?
In my web application, I need to confirm whether the user logged out before shutting down the system. I added a VBScript to handle the shutdown. Given the below VBScript I am using, will I do any harm ...
0
votes
1answer
36 views
Determine command status in C shell
I wrote my c shell script which need to determine the command status. In the below program
line 4 command was not successful. But I got status still 0. I do not understand why.
As per my ...
0
votes
2answers
56 views
How to understand the following shell script?
I would be glad if somebody could explain me what this part of the code does
[ -n "${0%/*}" ] && cd ${0%/*}
. ./environment.sh
. ./readParams.sh
I understand that this script is reading ...
-1
votes
0answers
18 views
Reading or modifying Title Textframe using Indesign java script [closed]
I have pages with common headers, which we placed using master page Text Variables. I need to add some text('continued') in between header Text Variables, except first page, using scripting. To ...
-3
votes
1answer
22 views
PHP Shop Script, Where I can find? [closed]
I have a shopping site in PHP but I need to modify it, the script that I have sell clothes then the clothes will be shipped to the buyer, but I need a script that will make the product displayed on ...
0
votes
1answer
38 views
How to copy files to remote computer using Bash script?
I have a script that needs to copy a file to a remote computer:
cp -R "${DEST_FOLDER}" "${SRC_FOLDER}"
How can I do it when the remote computer requires user and password for access?
How do I ...
-3
votes
2answers
65 views
retrieve data from html code with vbscript
I have a problem - I have an URL: like (http:://exampl.com/example) and when I open this page in browser I see a table with vertain values. Here is a HTML code:
<p>
<table>
...
0
votes
0answers
16 views
How get dataflow from inetd for CGI-CLI script webserver on Android built in Busybox-non-root apk
I have found a simple bash commandline script that acts like a CGI-CLI webserver (http://www.debian-administration.org/article/A_web_server_in_a_shell_script). It should also be possible to use this ...
1
vote
2answers
42 views
Finding greater number using awk
I'm having trouble figuring out if the current line number is greater then the next row then it should print something like for example " the number 53 is greater than 23 " and then compares the next ...
1
vote
1answer
51 views
DOS Batch file - Copy file based on filename into default folder
I would like to use a batch file to put them into default folder, but the account name is in the middle of the folder. Have any script I can use in dos command prompt?
888123_AAAA_20130313.pdf
...
1
vote
0answers
42 views
Browser compatibility on pure <script> tag [duplicate]
There are a few posts like this said HTML5 does not require the type attribute, but my question is:
Q. If I leave the type today, what browser will break my page (ignore the validation part)?
Are ...
0
votes
1answer
72 views
Automatically uninstall unused applications in SCCM 2012
Is there a way to automatically uninstall unused applications in SCCM 2012?
I thought of a PowerShell script. Which lists the local installed Applications and compares to the group assigned by the ...
1
vote
2answers
39 views
How to pass variables between bash script and Matlab
For example in Matlab I have a string x = 'foo' so I want to use it in bash script. Or I have in bash script x =$'foo' so I want to use x in Matlab. Is there a way to do this?
0
votes
1answer
38 views
running Matlab in bash script; matlab: not found
The code to run matlab in bash script:
matlab -nodesktop -nosplash -nodisplay -r "run ./myDir/myfile ; quit;"
I have Matlab installed on my computer, however when I run the bash script I get this ...
0
votes
2answers
26 views
need to extract data from website and push to a program
So i've been looking around trying to figure out how i could extract some specific data such as just the text, and push that data into a program that organizes the data.
So if you took homedepot.com ...
0
votes
0answers
47 views
Shopping site in PHP, I need product add page and cart page modified [closed]
I already created the PHP site, but I need help with the shopping cart and checkout.
I aready have the cart scripts, but I need help to edit the script, I want a shopping cart
where i can sell game ...
1
vote
1answer
29 views
Need to know how to skip over a subfolder in VBScripit
I am horrible at writing VBScript and I have a question that should be pretty simple for anyone who has any experience writing VBScript code. I have a script file that parses the file system starting ...
0
votes
3answers
62 views
BASH Parsing variables from config file
Having the following content in a file :
VARIABLE1="Value1"
VARIABLE2="Value2"
VARIABLE3="Value3"
I need a script that outputs the following :
Content of VARIABLE1 is Value1
Content of VARIABLE2 ...
0
votes
1answer
39 views
Shell script permission denied when conditional test
Whenever I try to run my shell script, I'm getting an error under 4 different if tests.
script.sh 45: script.sh: : Permission denied
script.sh 52: script.sh: : Permission denied
script.sh 59: ...
0
votes
3answers
39 views
Laravel php script DB class not found
I'm trying to write a script for laravel that queries
my database and fetches tables, but I'm not sure what to include
in the file in order to get the DB class to work.
Thus far my code looks like:
...
0
votes
1answer
33 views
Dynamic list in SOAPUI XML response
I'm mocking a soap service in SOAPUI. I have a list of objects in my context. I'd like to loop over this list to build the XML response.
Something like this :
Response Script :
...
-4
votes
0answers
32 views
mysql_num_rows() expects parameter 1 to be resource [duplicate]
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in
I know this has been posted before, but everyone else's solutions seem to be different and irrelevant in my case.
...
0
votes
1answer
45 views
Shell Scripting - Must not generate extra messages and its not but says I am
There is a similar question about this issue. But not the same solution.
I am to create a shell script that takes two parameters:
1.the desired file extension
2.the name of a single file to be ...
0
votes
1answer
49 views
Meaning of a symbol character in python
I am tring to figure what is the meaning of this character: <I in python.
As I saw in many python script who use sockets, they use this character as a "pack" and "unpack"
argument, so an ...

