shell

  • submit to reddit

ShellJS - Unix Shell Commands For Node.js

ShellJS is a portable (**Windows included**) implementation of Unix shell commands on top of the Node.js API. You can use it to eliminate your shell...

0 replies - 3336 views - 11/18/12 by Hirvesh Munogee in Articles

Shell Script For Find And Replace

2 replies - 98938 views - 04/10/12 by Snippets Manager in Uncategorized

Getting Around "Too Many Files" Problem

0 replies - 18312 views - 04/10/12 by Snippets Manager in Uncategorized

Use Wget To Display Contents Of A URL

0 replies - 5455 views - 04/10/12 by Snippets Manager in Uncategorized

Clamshell-Cli: A Framework for Creating Console-Based Shell Applications in Java

Sometimes, you try to solve one problem and end up creating a solution for something completely different.  Such is the story of Clamshell-Cli.  On several...

0 replies - 2452 views - 03/26/12 by Vladimir Vivien in Announcements

Kill Tomcat By Spec Dir

1 replies - 2198 views - 09/23/11 by Snippets Manager in Uncategorized

Month Day Year Smart Dropdowns

3 replies - 8898 views - 08/21/11 by Snippets Manager in Uncategorized

Deleting and Removing Android Applications Deployed on Emulator

First, make sure the emulator is running. Then follow below steps: 1. Go to the tools directory in command prompt – c:\>android\tools 2. Type...

0 replies - 4580 views - 08/13/11 by Sai Geetha M N in News

Reset MySQL Root Password On Linux

  Five easy steps to reset MySQL root password.Stop the MySQL server. Start the MySQL server with the --skip-grant-tables option. (it will not prompt for...

0 replies - 3857 views - 05/13/11 by Artur Mkrtchyan in Articles

CSS Rounded Corners

1 replies - 6906 views - 02/01/11 by Snippets Manager in Uncategorized

Php Xml Parser

0 replies - 7199 views - 01/17/11 by Snippets Manager in Uncategorized

Execute A Unix Command With Node.js

Ever wanted to use JavaScript to execute commands in good ol' Unix?  Now you can.  There's a fuller snippet and a more concise method.

0 replies - 48593 views - 08/15/10 by Lance Pollard in Uncategorized

Remove All .svn And Dot-underscore Files

0 replies - 3296 views - 07/09/10 by Douglas Bromley in Uncategorized

Linux Shell: Making The Shell Alert Or Beep

0 replies - 3504 views - 04/26/10 by Snippets Manager in Uncategorized

Programming in the Large -- Multicore Goodness

The lowly shell (bash, zsh, csh, the whole bunch) is usually a dreadful programming environment. Perfectly awful. With some care, you can easily...

1 replies - 5243 views - 04/01/10 by Steven Lott in News