Search Results

Search: Posts Made By: rajkumarin
Forum: Red Hat 11-13-2012
2,381
Posted By rajkumarin
Install Apache OpenOffice 3.4.1 on Fedora 17/16,...
Install Apache OpenOffice 3.4.1 on Fedora 17/16, CentOS/RHEL 6.3 (http://www.if-not-true-then-false.com/2010/install-openoffice-org-on-fedora-centos-red-hat-rhel/)
Step 1: use the above link to...
Forum: Red Hat 11-13-2012
5,110
Posted By rajkumarin
Have you tried mounting with the below command ...
Have you tried mounting with the below command

#mount /dev/<particulat_partition> /customer/INSTALL

Could you share the O/P of fdisk -l



Thanks
Rajkumar.M
1,782
Posted By rajkumarin
Shell scripting Variable doubt
Dear Friends,

If i give the command echo $- i am getting output of himBH. Can some body explain what does it means

[root@client ~] echo $-
himBH



Thanks in Advance
Rajkumar
938
Posted By rajkumarin
Text processing doubt
How to print nth column of a pattern/file without using awk,cut commands?
1,195
Posted By rajkumarin
Thanks Radoulov!!!!
Thanks Radoulov!!!!
1,195
Posted By rajkumarin
AWK Book
Friends


Can you suggest me best AWK Book links



Thanks
Rajkumar
5,079
Posted By rajkumarin
sed 's/;/\n/g' filename | sed 's/\[/\n\[/g' |...
sed 's/;/\n/g' filename | sed 's/\[/\n\[/g' | grep -v '^\[' | sed 's/^ *//'
11,205
Posted By rajkumarin
###Go to the folder which contains log files cd...
###Go to the folder which contains log files
cd /root/Desktop/Scripts/logs
ls -lt > /root/Desktop/Scripts/logdate.txt


###Filtering the files with date
cat /root/Desktop/Scripts/logdate.txt |...
2,148
Posted By rajkumarin
Yes!! You are correct. In case of huge file we...
Yes!! You are correct. In case of huge file we can use 'awk' command it works much faster than 'sed'.
2,148
Posted By rajkumarin
cat fileanme.txt | sed 's/,/,\n/g' | sed...
cat fileanme.txt | sed 's/,/,\n/g' | sed '/^$/d'

Check with above command now
2,148
Posted By rajkumarin
sed 's/,/,\n/g' fileanme.txt The above...
sed 's/,/,\n/g' fileanme.txt

The above command will filter based on comma(,) and enters an empty line in the next line.
Showing results 1 to 11 of 11

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