search for: your_script

Displaying 5 results from an estimated 5 matches for "your_script".

2008 Feb 07
3
package 'synchronization' for multiple systems
I'm setting up multiple systems and ideally I want the same package configuration on all of them. So I'm going through yum and rpm queries manually to try and get this done. There must be a better way. Is there a way to use yum or rpm to configure multiple systems with the same packages? If yum or rpm has something native built into it to do this, that would be great. If
2007 Jul 24
3
Redirecting print output
I see a rich set of graphic device functions to redirect that output. Are there commands to redirect text as well. I have a set of functions that execute many linear regression tests serially and I want to capture this in a file for printing. Thanks, Stan Hopkins [[alternative HTML version deleted]]
2009 Jun 04
3
script question
I have this line: ALSA=`aplay --version` in a script. when I execute the script I get the message line 187: --version: command not found when I do "aplay --version" on the command line it works just fine. What is happening here, --version is a valid command line option? Thanks, jerry
2004 Jan 09
2
start a batch after rsync
Hello, I would like to replicate one file from one machine to a second one with rsync. After the file is copied ( rsync in read mode ), if the file has changed i must start a small batch, if it has not change I must do nothing. What's the easiest way to do this ? Thanks you Andreas
2016 Mar 29
2
Upgrading to MSVC 2015
I can tell you that at least on the LLDB side, it was significantly stifling our development efforts. The requirement that embedding Python means you have to compile Python with the same compiler that you compile the program you're embedding it in, and the fact that the only supported toolchain for Python 2.7 is VC 2008, and the fact that Python 2.7 doesn't even compile with VC 2015, we