Tagged Questions
A command-line interface (CLI) is a mechanism for interacting with a computer operating system or software by typing commands to perform specific tasks.
81
votes
16answers
29k views
Is there a better Windows “Terminal” application?
I loath working on the command line in Windows, primarily because the terminal application is wretched to use compared to terminal applications on linux and OS X. Major complaints
No standard ...
33
votes
4answers
1k views
Why does my C# array lose type sign information when cast to object?
Investigating a bug, I discovered it was due to this weirdness in c#:
sbyte[] foo = new sbyte[10];
object bar = foo;
Console.WriteLine("{0} {1} {2} {3}",
foo is sbyte[], foo is byte[], bar is ...
32
votes
8answers
25k views
Does PHP have threading?
I found this PECL package called threads, but there is not a release yet. And nothing is coming up on the PHP website.
22
votes
4answers
2k views
What is the canonical way to determine commandline vs. http execution of a PHP script?
I have a PHP script that needs to determine if it's been executed via the command-line or via HTTP, primarily for output-formatting purposes. What's the canonical way of doing this? I had thought it ...
20
votes
4answers
7k views
Linux equivalent of the Mac OS X “open” command
I've found the "open" command in Mac OS X very handy in the command line. From "man open":
The open command opens a file (or a directory or URL), just as if you had
double-clicked the file's ...
18
votes
6answers
3k views
Java library for parsing command-line parameters?
I write a little command-line-application in Java. This application should work with a mix of parameters and commands, a little bit similar to the 'svn'-command.
Examples:
app url command1
app url ...
15
votes
8answers
3k views
Can one executable be both a console and GUI app?
I'm wanting to make a c# program that can be run as a CLI or GUI app depending on what flags are passed to it. Can this be done?
I have found these related questions but they don't exactly cover my ...
13
votes
4answers
8k views
Java: How could I “intercept” Ctrl+C in a CLI application?
How could I "intercept" Ctrl+C (which normally would kill the process)
in a CLI (command line interface) Java application?
Does a multi-platform solution exist (Linux, Solaris, Windows)?
I'm using ...
13
votes
12answers
12k views
Create cronjob with Zend Framework
I am trying to write a cronjob controller, so I can call one website and have all modules cronjob.php executed. Now my problem is how do I do that?
Would curl be an option, so I also can count the ...
11
votes
4answers
437 views
Input bar at console bottom in C
Window bottom
Some applications like vim, mutt, aptitude contain
a top window section for output and
a bottom section for the user to type in or for status display.
(Suppose there is one child ...
10
votes
2answers
231 views
10
votes
7answers
231 views
What are the basic arguments every good CLI application must have?
myapp /?
myapp -help
myapp -ver
etc....
10
votes
1answer
4k views
How do I rake tasks within a ruby script?
I've got a Rakefile with a rake task that I would normally call from the commandline (rake blog:post Title).
I'd like to write a ruby script that calls that rake task multiple times, but the only ...
9
votes
2answers
1k views
PHPUnit Command Line Tool Not working
I run XAMPP on windows.
I've recently downloaded PHPUnit from the PEAR CLI tool.
Everything looks fine, (eclipse correctly suggests code completion so it means that it was correctly added to the ...
9
votes
2answers
3k views
Lock statement vs Monitor.Enter method
I suppose it is an interesting code example.
We have a class, let's call it Test with Finalize method. In Main method there are two code blocks where I am using a lock statement and a Monitor.Enter() ...
9
votes
1answer
3k views
CLR and CLI - What is the difference?
I am quite new .NET framework, hence I want to know what exactly is the difference between CLR & CLI ? From whatever I have read so far, it seems to indicate that CLI is a subset of CLR. But isn't ...
8
votes
6answers
346 views
mail() timeout issue
When I execute my email script via browser a timeout fatal error is returned (unless I drastically increase the execution time, then it will run ok, not the solution I'm looking for). The email is ...
8
votes
1answer
3k views
Examining Berkeley DB files from the CLI
I have a set of Berkeley DB files on my Linux file system that I'd like to examine.
What useful tools exist for getting a quick overview of the contents? I can write Perl scripts that use BDB modules ...
7
votes
2answers
93 views
How to avoid ^C getting printed after handling KeyboardInterrupt
This morning I decided to handle keyboard interrupt in my server program and exit gracefully. I know how to do it, but my finicky self didn't find it graceful enough that ^C still gets printed. How do ...
7
votes
3answers
235 views
How do I see high-precision query times in mysql command line?
I'm working through some optimization work, and I've noticed that in some mysql dumps people post in articles and questions (which I cannot find again now that I'm actually looking), there are ...
7
votes
3answers
506 views
PHP proc_open opens multiple times
I have a utility function used for executing a program through CLI (cmd, bash etc). It returns an array of 3 items: STDOUT, STDERR and EXIT CODE.
So far, it's been working nicely without issues. In ...
7
votes
1answer
2k views
How to redirect from Audio Output to Mic Input using PulseAudio?
I'm working on a mobile app for Maemo/MeeGo and Maemo uses PulseAudio. I want to play a mp3 to caller (and cancel the mic when doing it, and not to listen caller, everything should be done on ...
7
votes
2answers
411 views
Using boost::program_options
In my program I have a list of pairs - name and size.
I want to build this list from the command line interface using boost::program_options.
It should look something like this:
myProg ...
7
votes
3answers
108 views
What is the difference between C# & CLI when it comes in with value types and constructors?
I read recently that the C# and CLI standards define different ways to handle value types and constructors.
According to the CLI specification value types can't have parameterless constructors, ...
7
votes
1answer
90 views
Pattern for Wrapping Shell Commands in a Class
Despite its inadvisability, using PHP's shell commands to interact with non-php system commands remains a common way of quickly achieving certain results in web applications.
Has anyone abstracted ...
7
votes
4answers
1k views
Is it possible to create a remote repo on GitHub from the CLI without ssh?
I did:
~$ mkdir projectname
~$ cd projectname
~$ git init
~$ touch file1
~$ git add file1
~$ git commit -m 'first commit'
So... Is there any git command to create a new remote repo and push my ...
6
votes
3answers
107 views
What is the maximal number of methods per .NET class
Title asks it all, actually, but still, for completeness sake:
Hi, I'm writing a small post-compiling tool in the .NET platform, and while trying to optimize it, I've encountered a question I can-not ...
6
votes
2answers
267 views
Does any web browser allow writing to stdout?
I plan to write a Hashify command line client, and I'd like to confirm that simply writing to stdout is not an option before getting creative.
(Ideally the command will behave like TextMate's mate, ...
6
votes
8answers
482 views
How to create a spinning command line cursor using python?
Is there a way to print a spinning cursor in a terminal using Python?
6
votes
2answers
280 views
How do you get the charge status of a connected iPhone from the Mac?
In iTunes, you can see the charge status of the iPhone currently connected:
This updates as the phone charges, and even shows when the phone is done charging.
Is there a way I can discover the ...
6
votes
1answer
206 views
How is JIT compiled code injected in memory and executed?
"Consider a typical Windows x86 or
AMD64 architecture, the memory is
divided in executable sections that
cannot be written to and data sections
that can be written to but cannot be
...
6
votes
3answers
335 views
How do Ruby and Python implement their interactive consoles?
When implementing the interpreter for my programming language I first thought of a simple console window which allows the user to enter some code which is then executed as a standalone program as a ...
6
votes
4answers
1k views
Java CLI UI-design: frameworks or libraries?
I'm currently working on a small utility program that only requires a command line interface, and I started wondering if Java provided any standard way of creating the CLI, in a similar way that Swing ...
6
votes
3answers
430 views
Seeking STDOUT in PHP
I have a php script that is running in CLI and I want to display the current percent progress so I was wondering if it is possible to update the STDOUT to display the new percent.
When I use rewind() ...
6
votes
6answers
230 views
How to differentiate between http and cli requests?
The title is quiet straightforward. I have to know on server side if the script called through HTTP request or by command line. I could examine the $_SERVER['argv'] or $_SERVER['argc'].
What is the ...
6
votes
6answers
2k views
PHP: Schedule scripts without using CRON
I know there are many posts about using CRON to run a php file. But, in the world of shared hosting, and ease of setup for a user, I don't want to have to mess with that.
I found another solution ...
6
votes
3answers
686 views
Java commons-cli, options with list of possible values
How can I make an option accept only some specified values like in the following example:
$ java -jar Mumu.jar -a foo
OK
$ java -jar Mumu.jar -a bar
OK
$ java -jar Mumu.jar -a foobar
foobar is not a ...
6
votes
7answers
4k views
PHP Server Name from Command Line
I can't find a way to detect the name of the server running a PHP script from the command line. There are numerous ways to do this for PHP accessed via HTTP. But there does not appear to be a way to ...
6
votes
2answers
2k views
How can I get PHP to use the same APC cache when invoked on the CLI and the web?
I'm using APC to cache user variables (with the apc_store/apc_fetch commands). I've also enabled APC for the CLI with the option "apc.enable_cli = 1". However, the CLI version of PHP seems to access a ...
5
votes
3answers
145 views
How can I perform a diff that ignores all comments?
I have a large codebase that was forked from the original project and I'm trying to track down all the differences from the original. A lot of the file edits consist of commented out debugging code ...
5
votes
5answers
289 views
Passing an fstream (or equivalent) from C# to C++ through CLI
How can I pass an fstream or equivalent from C# through CLI to an unmanaged C++ DLL?
Rough application outline:
C# application reads a binary file from a database
Unmanaged C++ dll is used to ...
5
votes
2answers
2k views
how to get tf.exe (TFS command line client)
What's the minimum amount of software I need to install to get the 'tf.exe' program? Thanks,
213897
5
votes
1answer
2k views
Zend Framework (PHPUnit) Tests won'r run (phpunit: command not found / Class 'PHPUnit_Framework_TestCase' not found)
i installed PHPUnit by the book:
sudo pear channel-discover pear.phpunit.de
sudo pear install phpunit/PHPUnit
The include path is added in the /etc/php5/cli/php.ini
include_path = ...
5
votes
3answers
168 views
Reconstruction of java command line arguments
Is there a way to reconstruct the command line arguments passed to Java within a Java program, including the JVM options and classpath option?
I have a Java program that needs to restart the JVM and ...
5
votes
2answers
4k views
Flush disk write cache from Windows CLI
Does anyone know how to flush the disk write cache data from the cache manager for the current directory (or any given file or directory, for that matter), from a Windows command line?
4
votes
2answers
153 views
How to get Apache CLI to handle double-dash?
I've looked at the docs but can't see how to get the Apache Commons CLI to handle the double-hyphen "option" that normally terminates option processing.
Consider the following command-line which has ...
4
votes
2answers
55 views
vim add files opened via CLI to :e history
In Vim by default when you enter :e and hit the up arrow, it shows a list of files previously opened using the :e command. Is there a way to add files that I've opened from the terminal via vim ...
4
votes
3answers
116 views
PHP CLI process not terminating when done
I have this in one PHP file:
echo shell_exec('nohup /usr/bin/php -f '.CRON_DIRECTORY.'testjob.php > /dev/null 2>&1 &');
and in testjob.php I have:
...
4
votes
2answers
212 views
Crop Stamps.com PDF label
I'm working on converting from Endicia to Stamps.com for my ecommerce store. For first-class international labels, Stamps.com currently forces the label to be in PDF format in a standard 8x11 size ...
4
votes
5answers
123 views
Can you help me start with version control systems?
i'm new to the idea of VCSs and i was wondering if people here could help me have a better start at it. so far ive read about SVN and bazaar, tried tortoiseSVN with collabnet subversion edge, (just at ...