0
votes
1answer
14 views

Remove Directory Command is not working as expected

I have following batch script. It takes data from C:\Source into C:\MyTEST\A\webroot\payrollservice.The source folder has two files 1. Web.config and 2. Web_PROD backup. In the roll script there is a ...
0
votes
3answers
22 views

Storing results of multiple commands in a single file

I have a batch file with two commands as listed below. ping google.com > C:\Test\logfile.txt ping yahoo.com > C:\Test\logfile.txt When I run it (in Windows XP), only the result for the ...
-1
votes
2answers
55 views

Writing a Python script to execute with a console command

Research is at the bottom, read before -1'ing... Thanks. I have to write a Python script that runs SQL queries. I made a main class and called SQLQuery. Each SQLQuery instance represents a query. The ...
1
vote
1answer
46 views

WinSCP time based file download

I would like to use .bat and .txt and WinSCP to download a file that is placed onto the remote server every morning between 4-4:30am. Is there a way to do this with time-stamping? I want to ...
-2
votes
1answer
62 views

Daily Cup of WinSCP file Download with todays date [closed]

I want to use .bat and .txt files to download a daily file I have off of a remote directory The root of the file is always the same, but the date changes...daily get filename_yyyymmdd.txt How can I ...
0
votes
2answers
14 views

Separating interpreter command line arguments from script arguments

Suppose you have an interpreter that takes command line arguments including the filenames for a script to be run, and optionally further arguments to be passed to the script. The interpreter then ...
0
votes
2answers
48 views

Filter “bad path” results in mdfind

Okay, so I have a script that is running a command to get a list of file-names, however some of them might not actually exist. What I'd like to do is filter this list through a pipe and remove any ...
0
votes
1answer
62 views

Copying a folder, but excluding specified sub-directories

I need help with copying a folder, but doesn't copy sub-folders with the names that are specified in a text file. The text file is located: U:\Directory\Directory\Textfile.txt I need to copy ...
0
votes
2answers
101 views

Batch file: How to save/use subdir-name when iterating thru directories with FOR /R {directory} in (.fileext)

I'm trying to unrar files with a batchscript. I want to iterate thru a folder and its subfolders and whenever there is a .rar file I want it to rar its content into the same folder as the .rar file is ...
-1
votes
3answers
104 views

Storing newline separated strings into array with bash

I have the following code tasks=$(cut ~/.todo/data -f3) data consists of 1331956800 29 task 5 1361077200 28 task 3 1363554894 26 task 1 1363555119 30 baller For some reason, I can ...
0
votes
1answer
43 views

Populating empty folders recursively with Windows

I have a huge series of folders, named 'A' through 'Z' such that each folder has subfolders in the same form. For example, I could have a directory at this path: .\A\D\E I want to populate each of ...
1
vote
2answers
58 views

Is the output of tools like `ip` meant to be parsed?

For example, the Ubuntu lxc-start-ephemeral bash script does the following to detect the IP address of a container that is being launched: # Grab all the public globally routed IPv4 and IPv6 ...
2
votes
2answers
1k views

PuTTY scripting to log onto host

I'm using PuTTY to remotely log onto my school's host. Upon logging in, we are required to do these steps: enter username enter password command "add oracle" command "sqlplus" enter username enter ...
0
votes
1answer
443 views

windows xp command line scripting (cmd.exe): set /p doesn't work properly when used between a if. ¿Why?

I recently discovered a simply way to get user input in windows cmd.exe batch files using the /p option provided by set command. But for a strange reason that I don't understand the set /p behaves ...
1
vote
0answers
133 views

How to create and run command line scripts for cURL

I'm am trying to test a web service that I've just written but I am not familiar with cURL. Can anyone provide some simple scripts and how to run them in windows command line?
0
votes
2answers
922 views

Executing powershell .ps1 file on server and viewing results C# asp.net

I'm trying to execute a .ps1 PowerShell file on my server using a C# asp.net webpage. The script takes one parameter, and I've verified that it works by using the command prompt on the server. After ...
1
vote
0answers
48 views

Linux server interfaces automation [closed]

I am using a CentOS server which has about 6 active interfaces with different IPs, I'd want to automatically bring down all the interfaces when any one of the 6 interfaces is down. Is there a way this ...
0
votes
1answer
286 views

Batch for Automated Setup

I just started playing around to Batch scripts and I was wondering if anybody who is familiar with bash or scripting can give me a great reference. Right now, I am trying to run DiskPart, but another ...
-4
votes
3answers
57 views

how to create such a php script so that it can take same argument from other php script and command line both

I am creating PHP script which is taking arguments from command line right now but after sometime it may change to simply including my PHP script. How can I prepare my script for both scenarios? ...
1
vote
1answer
154 views

Show all files in directory and select the latest creation date one with windows command line

is there a way with windows command line to list all the files from a specific directory and then select the name of the file that has the newest creation date. Thank you
2
votes
1answer
12k views

Exporting powershell output to text file

I have a foreach loop inside my powershell script with prints $output on the shell during each iteration. There are lot many outputs and the number of entries that the shell can display is limited. I ...
2
votes
3answers
1k views

Run a script piped from stdin (Linux/Shell Scripting)

Suppose I have a script: my_script.sh Instead of doing ./my_script.sh I want to do something like: cat my_script.sh | <some command here> such that the script executes. Is this possible? ...
0
votes
1answer
181 views

Script browser behavior on the command line (linux)

I need to automate screenshots of a website. The screenshot needs to contain the browser window itself and the full web page (scrolled in multiple screenshots if necessary). To do this I am opening a ...
1
vote
1answer
2k views

Query Internet Explorer version from command line does not always work?

Step 1, I use the following command to get my local IE version from command line window: reg query "HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer" /v version" It will work and give me ...
1
vote
1answer
96 views

Update shell command history from within bash script

I use control-r on the command line frequently to search for previous commands but cannot get this to work for commands that have just been run in a bash script. I've tried running the script ...
2
votes
1answer
160 views

TFS Add FolderDiff Results to Changeset (Or Equivalent Functionality!)

I have setup a process to automatically generate scripts for our database objects and place them in a folder. I manually added the folder to TFS. I would like to automatically detect changes between ...
13
votes
7answers
15k views

bash - subtract 2 variables

I have the script below to subtract the counts of files between 2 directories but the COUNT= expression does not work, what is the correct syntax? #!/usr/bin/env bash FIRSTV=`ls -1 | wc -l` cd .. ...
0
votes
2answers
137 views

How can I implement a pre-processing app for bank statement CSV files?

I wish to write some sort of pre-processor for bank statement data provided in the form of a CSV file. Requirements are quite simple, and include: Only extracting one particular set of rows from the ...
5
votes
1answer
683 views

Setting Android AVD Command Line Hardware Profile

When creating a new Android AVD through command line through the following command: android create avd -n <name> You're met with the following output: Do you wish to create a custom hardware ...
0
votes
2answers
118 views

Option parsing standard

I've seen a number of option parsing libraries out there for ruby, but they all come with weird constraints about them. 'executable' gem claims that all command line binaries must have a syntax ...
2
votes
3answers
312 views

How to improve one's bash/command-line skills? [closed]

Unfortunately I come from the Windows world and quite a newbie to Linux. I see people who are really productive due to their skills with BASH. Any pointers, tutorials, bools or suggestions to improve ...
2
votes
1answer
2k views

Passing arguments to octave function from within bash script

I wrote a function in Octave that takes in a line read from a file (one line at a time) as input argument. I use a bash script to read a line at a time from the file and then pass that as argument to ...
1
vote
1answer
399 views

Run Google Chrome or Firefox Windowless from the Command Line

I need to automate a task to pull down a set of web pages and process the HTML. Before someone suggests using wget or curl, I need some JS to execute to change the DOM. I'd like to script Chrome or ...
2
votes
2answers
7k views

execute sql script from command line

I need to alter a database using a batch file, for a simple example, drop a table. I´m using local sqlexpress (sql server 2008 r2) with user sa and its password. How would the bat file be? How can I ...
3
votes
5answers
277 views

bash scripting - getting number output onto screen as result of previous command

I am trying to automate the copying of changed files into a perforce changelist, but need help getting the generated changelist number. I assume this is probably a straight-forward thing for bash ...
5
votes
4answers
602 views

Combining two files in different folders in Linux

I have two set of folders that have files with the same filenames and structure. The folder structure is something like this: \outputfolder\ |---\folder1\ | |---file1.txt | |---file2.txt ...
2
votes
1answer
336 views

How to write a command line script (not ant task) to generate a checkstyle report?

I got how to write an ant task to generate a report like this but I want to use just a command line script and not ant to generate this. How can I do it?
2
votes
3answers
1k views

&& Equivalent in Powershell [duplicate]

Possible Duplicates: What are the PowerShell equivalent of Bash's && and || operators? Can I get && to work in Powershell? In bash I use ./task1.sh && ...
1
vote
2answers
186 views

Using command output in DOS

I would like to run a command in DOS, which uses the output of another command as its part, something that single back-quote (``) allows to do on UNIX or Linux. For example, if myCommand returns a ...
0
votes
1answer
202 views

copy list of files whose paths are in semi colon delimited source.txt file to destination folder keeping their souce paths

i have list of files in test.txt which contains list of file paths in format d:\source\www\default.aspx;d:\source\common\common.js I need to write a bat file to copy these files to destination ...
2
votes
1answer
17k views

how to replace string inside a bat file with command line parameter string

I have following in a cmd batch file: for /f %%l in (%2) do (for %%f in (%%l) do copy "%%f" %1)) note : this script basically does is read a text file that contains semicolon delimited txt file ...
4
votes
3answers
723 views

Interactive (but small) shell for Java

I'm looking for an interactive shell that I can bolt into a Java application for use in debugging and scripting. I'm not terribly interested in scripting in Java, so some more shell-like syntax would ...
2
votes
4answers
2k views

Execute command determined by output of previous one (i.e., only if there was some output)

Should be fairly simple to answer: Let's say I wanted to execute a command determined by the output of a previous one in Bash: curl http://website.com 2> /dev/null | grep -i "test" --count | ...
0
votes
2answers
1k views

How do I use a variable in an FTP shell script?

Using a handy script that I found for FTP-ing, I modified it to my own use, and it works, but too well, or too literally. #!/bin/sh HOST='10.0.1.110' USER='myName' PASSWD='myPass' FILE='*.sql' # ...
0
votes
2answers
34 views

what is the script command for /etc on ubuntu

i need to access /etc through script command in ubuntu. for example, home is ${user.home} and tomcat home is ${catalina.home}, if i wanted to access /etc what should it be? also if i wanted to ...
13
votes
5answers
12k views

Bash - remove the last line from a file

I have a file, foo.txt, containing the following lines: a b c I want a simple command that results in the contents of foo.txt being: a b
1
vote
1answer
853 views

Running Remote Root Scripts on Fedora

I'd like to automate root scripting actions on my remote Fedora server via SSH without having to install the scripts on the server. To do this, I'm trying to use Bash's inline script notation. This ...
1
vote
5answers
859 views

Javascript as command line callable scripting language

I'm looking for a way to write some simple scripts in javascript, like I would in ruby. For example, I might write a script like: var str = "Hello World"; console.log(str); And i want to able to ...
0
votes
5answers
1k views

extracting unique values between 2 sets/files

Hey! Working in linux/shell env, how can I accomplish the following: text file 1 contains: 1 2 3 4 5 text file 2 contains: 6 7 1 2 3 4 I need to extract the entries in file 2 which are unique ...
1
vote
2answers
1k views

Remove the newline after shell command

I have here the code: #/bin/sh cd ~/Desktop/tmp date "+%m%d%y_%H%M%S_" | xargs -0 mkdir; This will create a directory with the current date. The problem here is that the date command will ...

1 2 3