Search Results

Search: Posts Made By: gouthk
5,996
Posted By gouthk
try pscp from putty group
try pscp from putty group
6,160
Posted By gouthk
use cat /proc/meminfo
use
cat /proc/meminfo
41,126
Posted By gouthk
Please try cat /proc/version and Grep...
Please try

cat /proc/version

and Grep for words "Red" and "CentOS" you can event get the version from the same.
7,630
Posted By gouthk
you can use it as follows find ./ -xtype f ...
you can use it as follows

find ./ -xtype f | xargs cleartool co
4
1,514
Posted By gouthk
use the following command to find all the files...
use the following command to find all the files in current directory and list the no of lines in each file.

find ./ -xtype f -maxdepth 1 | xargs wc -l
Forum: Linux 07-28-2008
6,147
Posted By gouthk
try history -c -> to clear all history and...
try
history -c -> to clear all history and history -d #no to delete particular line
Forum: Linux 07-28-2008
98,201
Posted By gouthk
grep -iR <phrase> <phrase> -> word you want to...
grep -iR <phrase>
<phrase> -> word you want to search if you want to search a sentence enclose within '' (single quotes)

To make your search more faster if you know what type of files to be...
Showing results 1 to 7 of 7

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