Tagged Questions

0
votes
0answers
4 views

How do i compile my delphi project on the command line?

Guys, Has anyone ever managed to compile there Delphi 6 & 7 (NOT any Delphi > 7 ) project using the command line? All the instructions i see are not very clear on what exactly need to go where! …
0
votes
2answers
23 views

Validating HTML from the command line

I'm a web developer who is increasingly using Vim to code web sites. Are there any HTML validation utilities (or techniques) out there that will take whatever file I'm working on and validate against …
62
votes
87answers
8k views

What is your single most favorite command-line trick using Bash?

We all know how to use <ctrl>-R to reverse search through history, but did you know you can use <ctrl>-S to forward search if you set stty stop ""? Also, have you ever tried running bind …
2
votes
4answers
35 views

Simple way to colour alternate output lines in bash

I have need to grep an entire directory for a string, and I get about 50 results. I would like to colour each second line, either text colour or background colour. Best would be a script that I can …
0
votes
2answers
93 views

WTF is happening here?!?! [closed]

maraoz@pampero:/tmp$ uname -a Linux pampero 2.6.24.2-pampero #4 SMP Thu Jan 31 15:00:05 ARST 2008 i686 Pentium III (Katmai) GenuineIntel GNU/Linux maraoz@pampero:/tmp$ ls armargetron/ armagetron/ …
0
votes
5answers
529 views

recursively add file extension to all files

I have a few directories and sub-directories containing files with no file extension. I want to add .jpg to all the files. I have seen bash scripts for changing the extension but not just adding one. …
8
votes
2answers
6k views

How to iterate over arguments in bash script

I have a complex command that I'd like to make a shell/bash script of. I can write it in terms of $1 easily: foo $1 args -o $1.ext I want to be able to pass multiple input names into the script - …
1
vote
4answers
1k views

OS X: creating or extracting preview(.jpg,.png) of .eps file

I'm using a mac and looking to batch convert a large amount of eps files and create jpg previews of each. I'm looking for preferably a command-line utility, or some type of workflow to easily batch a …
1
vote
5answers
564 views

Using ShellExecuteEx and capturing standard in/out/err

I'm using ShellExecuteEx to execute a command in C. Is there a way to use ShellExecuteEx and capture standard in/out/err? Note: I don't want to use CreateProcess.
1
vote
1answer
26 views

Creating an XCode project from the command line?

I get a new project coming across my desk on an hourly basis. They all adhere to a very strict format, so it isn't terribly difficult to create a new project from scratch every time, but it is …
0
votes
1answer
51 views

Tool to generate GUI for command line program

I'm looking for a program that semi-automatically builds a GUI for a Windows command line program. That is, I want to give it an arbitrary command line program and somehow describe its usage ("It …
0
votes
0answers
11 views

Users have open files on BackupSharedFolder. Continuing the operation will force the files closed.

I am using below sql statement to create shared folder with permission EXEC xp_cmdshell 'net share BackupSharedFolder=D:\testshared /REMARK:"test shared"' It is working fine with create shed folder. …
0
votes
0answers
13 views

How do I get the current user’s desktop folder location *after* they have moved it?

I'm hoping there's a way to play with environment variables to achieve this because I need to access this in a Windows command shell. I found the directory in …
1
vote
2answers
54 views

.NET C# GUI application Command line

A beginner question. I am trying to use the command line arguments in a GUI (.NET + WPF) C# application. I've read that in VB.NET exists something like My.Application.CommandLineArgs but i havenĀ“t …
1
vote
3answers
78 views

Processing (possibly) optional arguments in Python

I am working on a series of command line tools which connect to the same server and do related but different things. I'd like users to be able to have a single configuration file where they can place …

1 2 3 4 5 70 next
15 30 50 per page