A small program written to be read and executed by a command interpreter or another scripting language.
0
votes
1answer
30 views
Folder Creation Subtract file number?
I havent been able to find an answer that best suites my needs, and I appologize if someone is able to find it easily.
I have a script that works to move files into folders based on their names. It ...
0
votes
2answers
51 views
Can I replace placeholder text in a rendered HTML page dynamically?
I wish I could think of a better way to word my question, but basically here is what I want to do: in an HTML file, I would like to fill the body with a specific string multiple times. For example:
...
0
votes
1answer
34 views
How to save a string from a file into a variable in bash
I am trying to make a script that will ask you for a path to several files when you set it up and when you run the actual script, it reads the path from a file that you created earlier. I can make the ...
0
votes
1answer
70 views
Why am I getting this 'bad substitution' error in my bash command?
when I run this I get this 'bad substitution' error. What can I do?
$ x="Hello World"
$ echo "$x"
Hello World
$ echo "${x^^}"
-bash: ${x^^}: bad substitution
EDIT: I would like to have it in all ...
0
votes
1answer
57 views
Shell/Git Script: Pattern matching for the current commit message
I'm trying to do a hook for a message that you're about to commit on git. What I usually do when about to commit is [SOME_DESCRIPTION] Refs #[0-9]+
I've never done shell scripting before but I'm ...
0
votes
1answer
34 views
how to run a bash script with multiple lines on crontab
because vpnc stopped every ~23 hours, I craeted .sh file that is running as cron job every 10minutes, all what it does, it stopped the vpnc process and run it again,
I have made it executable by ...
0
votes
1answer
62 views
Script runs on 50 servers. How can I ensure only one executes a particular step? [closed]
I have some work that needs to be done on 50+ servers. The first step is to checkout an updated version of some source code onto a shared directory (assume all have the shared drive mounted). The ...
0
votes
1answer
51 views
How to extract specific parts of the path and filename in linux
My current task is renaming a whole lot of files across multiple directories to different identifiers.
So I have several directories like: b01, b02, b03, etc. Within each directory is filenames such ...
0
votes
2answers
88 views
linux scripted git pull error: cannot open .git/FETCH_HEAD: Permission Denied
Need a little help scripting a git pull.
We have an intranet server that we are trying to script a git pull to, and I'm running into a permission issue.
error: cannot open .git/FETCH_HEAD: ...
-3
votes
2answers
51 views
How to run a php script , through my php script? [closed]
I am writing a php script to send push notifications in 4 different mobile platforms. Every platform require its own settings to send a push notification and that means 4 different php scripts.
I ...
1
vote
1answer
40 views
Powershell - Formatting results into table/array
I have the below script pulling the correct information, but need assistance formatting it. What I am looking for is a table that lists the Group names in Column A and the User names in Column B. ...
3
votes
1answer
75 views
Lua script with C++ : attempt to index global 'io' (a nil value)
I'm going to write a program using lua fo AI, so I'm trying to make it works together.
But when I try to load a lua script from my cpp file I've got this error message :
-- toto.lua:1: attempt to ...
0
votes
1answer
26 views
Insert script tag in Durandal
I am a bit struggling with what should be an easy task.
I want to insert a script tag inside a div tag. The problem is that Durandal (for a reason that I still need to understand) seems to ignore ...
0
votes
2answers
47 views
Timers wait for eachother
How can i set timers to wait for each other if another is running? The documentation says if a timer wants to start with a lower thread priority it wont be running at all.
What i am looking for is a ...
1
vote
1answer
25 views
Removing folder in Ruby under a path
I would like to be able to remove the folder "OLDFOLDER" and its sub folder in the following folder structure via a ruby script in linux (Im pretty new to ruby and Linux).
/X/Y/Z/OLDFOLDER/SUBFOLDERS
...
0
votes
4answers
87 views
Can I export the SQL query results from Netezza?
We want to run a query in the Netezza IDE and export the results in the form of a CSV file. Is there any API which would let us do the same, using a shell or some other script?
Is there any shell ...
-1
votes
2answers
48 views
A .NET scripting tool to write quick 'ad hoc' code [closed]
I always find myself creating new projects in VS just to write a oneliner to test something out, or use it as a more dynamic calculator. Is there a tool out there that I can quickly open up, write my ...
1
vote
1answer
40 views
Windows XP Batch- IF EXIST FTP with Date Variable
I am writing a quick batch to see if a file exists after executing an exe.
The file is created with a YYYYmmDDnumbernumbernumber.xml file name according to the current date.
How do I check for the ...
-1
votes
1answer
30 views
parameterized SQL script
SET ECHO ON
SET VERIFY ON
ACCEPT CNUMBER CHAR PROMPT 'CUSTOMER NUMBER == '
ACCEPT PNUMBER CHAR PROMPT 'PART NUMBER == '
ACCEPT OD date format 'YYYYMMDD' PROMPT 'ORDER DATE == '
DELETE FROM ORDERS ...
0
votes
2answers
24 views
replace specific lines of two files
alright.
i have two files
file1 and file2
file1
line1
helloa
hellob
line2
file2
line3
helloc
hellod
helloe
line4
i want to replace all the hello lines in file1 with that of file2, the lines ...
0
votes
2answers
58 views
Running a script from another python
I just want to have some ideas to know how to do that...
I have a python script that parses log files, the log name I give it as an argument so that when i want to run the script it's like that.. ( ...
0
votes
0answers
36 views
Create a script to download images from Syntax tree generator
I'm working with a language school and I need to download a large number of images generated using this tool: http://mshang.ca/syntree/
I downloaded it, customized the tool a little but I can't find a ...
-3
votes
0answers
23 views
New coder here, need help how to start my script for a short database entry
I need help to write a shell script that
when ran, It will allow user to input
a dept id
a name
a dept name
and a employee id.
I am having trouble how to start this script
First I have to create a ...
0
votes
1answer
34 views
Install Firefox extension with automatic script
I'm trying to install an extension for Firefox in Ubuntu, either globally or for a specific Ubuntu user or for a specific Firefox profile - doesn't matter which. I've tried the solutions posted in ...
1
vote
2answers
60 views
Script to append files
I am trying to write a script to do the following:
There are two directories A and B. In directory A, there are files called "today" and "today1". In directory B, there are three files called ...
0
votes
2answers
40 views
How to write bash script to test if program crashes?
I have a program x which sometimes crashes on certain input files.
How do I write a bash script that returns the following?
0 if the program x terminates fine or runs for longer than 1/20th of a ...
1
vote
1answer
24 views
Standard way to treat a zipfile as a site directory?
I'm trying to package up a script including its dependencies into an executable zip file, following basically the following steps:
$ mkdir build
$ pip install --target build -r requirements.txt
$ cp ...
1
vote
2answers
19 views
Tarring files exclude the path before the folder i want to tar
Im trying to tar a set of subfolders and then tar its parent folder afterwards via a ruby script.
The structure is as follows:
/x/y/z/ParentFolder/Subfolder1
/x/y/z/ParentFolder/Subfolder2
...
0
votes
2answers
31 views
Is this script correct? [closed]
I've got a php script that will be executed via cron every 30 minutes to check status of an application on specific port on specific server IP. It does work correctly, but just 2 things:
1) Is it ...
0
votes
0answers
23 views
Need your help adapting a script for a calendar database please
I dont know much about the functions of MySQL so I wonder if anyone could help me create a simple script to populate a table with some dates for a calendar I'm making. Basically I found this on the ...
0
votes
1answer
40 views
copy specific lines from one file to next
question-1) i have two files
file1 has
abc=123
acd=234
helloa=455
hellob=768
adb=234
file2 has
abc=123
acd=564
helloa=2343
hellob=123
adb=685
i know the string helloa and hellob but i dont know ...
-5
votes
0answers
12 views
publishing on all groups of users and groups of subscribers also pages users [closed]
This script you created for publication within the pages of users want to add publishing on all groups of users and groups of subscribers also pages users?Is it one can complete it
Dawnload Script by ...
1
vote
2answers
47 views
Does file content fully exist in library files
I have just completed the refactoring of a long piece of code.
My refactoring included breaking up the source code into many functions in many files at many folders.
Now that I'm done, I want to ...
0
votes
1answer
23 views
relative sidebar to fixed, when it reaches the end of window
Wat i need is that a sidebar scrolls with the normal page(relative) and when the last line pf text(whatever) of the sidebar comes in view, the sidbar should change to fixed. Therefore I won't have ...
0
votes
0answers
16 views
String trigger IRC script
I need a script for IRC client (using KVirc) that will play a sound located somewhere on my hard drive whenever a certain piece of string is mentioned on the main channel. I assume such a thing is ...
-2
votes
1answer
34 views
How to add email function to this php checking script? [closed]
How to add email function to send if the port isnt responding (false) to this script below ?
<?php
function test_port($host,$port=80,$timeout=6)
{
$fsock = fsockopen($host, $port, $errno, ...
0
votes
0answers
19 views
Conditional command execution for installer
I was wondering if I could get help with my installer.
Right now it come packaged with the command line SVN client.
This package is to download, install, update, and configure the application ...
0
votes
1answer
26 views
compare folders and copying non identical folders and files
i have two folders folder1
and folder2
folder1 has
file1
file2
folder3
folder4
and folder2 has
file1
file2
file3
folder3
folder5
here i want to copy everything thats not present in folder1 from ...
0
votes
1answer
11 views
need to create a script to extract html
I need to create a script that will extract html from a loaded page. I can manually download the html in the "network" tab of the javascript console in chrome but I'd like to have a more automated ...
0
votes
1answer
52 views
call back to C# function from within VBScript run with msscript.ocx
I want to use msscript.ocx to call VBScript from C#, and allow the VBScript code to call back to functions in the C# program.
For example, in the following VBScript code, Clicktext is a custom C# ...
0
votes
1answer
45 views
click on the button to run php code and echo result
I want to implement this script: http://www.daniloaz.com/en/560/programming/backup-de-bases-de-datos-mysql-con-php/
on my website to backup all the database at the end of the day.
May I know is it ...
0
votes
1answer
32 views
Does anyone know where the script reference … payload.gosidekick.net … comes from?
I have an ASP.NET MVC 4 project that I am working on and I noticed that I have a script failure. I looked into it and discovered an unexpected script tag in my code, requesting a file from ... ...
0
votes
0answers
14 views
Any ideas on how to migrate a PVCS archive to git
I am trying to migrate a PVCS archive to git but have not being able to find a tool or script to accomplish the task. I am afraid I will have to start learning the PVCS API to write a script myself.
...
1
vote
1answer
33 views
KSH script won't email when nohup
I have a unique issue, i am in a unix environment and have a ksh script that ssh's to multiple sites, executes some code and then returns a response and then emails that response to an email address.
...
0
votes
1answer
35 views
Linux Script run on Startup
I'm looking to build CyanogenMod ROMs for android, I've followed a tutorial to setup the build environment.
This is the tutorial I followed: ...
0
votes
1answer
61 views
custom pop up message when usb device is plugged in (Windows 7)
I know a little bit about programming. I wanted to know if there was a way to get a message box pop up every time someone plugs in a usb drive saying something like "is this an approved device?" . I ...
0
votes
1answer
46 views
GDB Scripting Issue
So, I've been doing a lot of assembly work lately and I've found it tedious having to keep typing x/d $eax, x/d $ecx, x/t ... and so on. I edited my .gdbinit to have:
define showall
printf "Value:\n"
...
1
vote
3answers
59 views
Run tail -f for a specific time in bash script
I need a script that will run a series of tail -f commands and output them into a file.
What I need is for tail -f to run for a certain amount of time to grep specific words. The reason it's a certain ...
1
vote
1answer
59 views
Creating Azure VM Asynchronous in PowerShell
I am trying to generate a 1000 Azure VMs(yes I know of the cost) for a large job. This is being done in a PowerShell script (see script below) asynchronously so charges will not be incurred while ...
0
votes
1answer
28 views
Adding a NULL value for a datetime entry in an SQL table through Bash
I am attempting to populate an SQL table through reading text files via bash to hand off to the table. I have it all working except when trying to add a null value to a datetime field.
mysql --host ...



