Pages

▼
Showing posts with label shell script. Show all posts
Showing posts with label shell script. Show all posts
Sunday, August 25, 2013

HowTo Format Date For Display or Use In a Shell Script

›
H ow do I format date to display on screen on for my shell scripts as per my requirements on Linux or Unix like operating systems You need ...
Tuesday, December 4, 2012

Execute shell commands in PHP

›
/** Method to execute a command in the terminal Uses : 1. system 2. passthru 3. exec 4. shell_exec  */ function terminal($command) {     //...
1 comment:
Saturday, November 24, 2012

Replace a string in file using shell script

›
Suppose my file a.conf is as following Include / 1 Include / 2 Include / 3 I want to replace "Include /2" with a new line,...

Encrypt a file using bash shell script

›
openssl des3 - salt - in / pritom / input.sql - out / pritom / output.pk - pass pass : pritom   where: /pritom/input.sql is the in...
›
Home
View web version
Powered by Blogger.