Search Results

Search: Posts Made By: askandstudy
2,397
Posted By askandstudy
grep -v -E '^$|^--' yourfile.txt >...
grep -v -E '^$|^--' yourfile.txt > /tmp/output.txt
2,113
Posted By askandstudy
try this command: last
try this command:
last
2,232
Posted By askandstudy
Using pointer,any programming language can do...
Using pointer,any programming language can do this.
But it's dangerous if you do the job incorrectly,it's possible to damage data.

First to find out the line you want to replace,then build new...
1,003
Posted By askandstudy
awk -F: '{if($3>=10 && $3<=15) {print $0}}'...
awk -F: '{if($3>=10 && $3<=15) {print $0}}' /etc/passwd
Forum: AIX 01-11-2012
7,742
Posted By askandstudy
[aix:~ ]$echo $SHELL /bin/bash [aix:~ ]$date...
[aix:~ ]$echo $SHELL
/bin/bash
[aix:~ ]$date -d "-1 days ago" +"%Y%m%d"
20120112
[aix:~ ]$date
Wed Jan 11 16:42:33 BEIST 2012
2,688
Posted By askandstudy
Set PATH variable including the directory where...
Set PATH variable including the directory where your shell scripts locate in.
Or execute it using absolute path.
Forum: IP Networking 01-08-2012
6
2,598
Posted By askandstudy
Firewall refuse ping?
Firewall refuse ping?
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 04:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy