Search Results

Search: Posts Made By: pssooraj72
1,053
Posted By pssooraj72
cpanel issue
How to disable mod_setenvif module in apache durin run time in cpanel servers. Please help me
2,241
Posted By pssooraj72
if my virtual host file is like this ...
if my virtual host file is like this
<VirtualHost *:80>
DocumentRoot "/var/www/htdocs/test.com"
ServerName test.com
ErrorLog "logs/error.log"
CustomLog "logs/access_log" common...
2,241
Posted By pssooraj72
virtualhost script
can anyone help me to write a script to delete the virtualhost entry in apache vhosts.conf file:
hint: when i enter ./deletedomain test.com it should delete the test.com virtualhost entry from...
740
Posted By pssooraj72
help in scripting
I have the following file :
1 2 3 4 5
6 7 8 9 0
9 8 7 6 5
4 3 2 1 0
0 1 2 3 4Write scripts to get the following outputs :
A)

1
7
7
1
4print the output diagonally.....
2,077
Posted By pssooraj72
shell script to backup
Q: script to daily backup all databases in the server, retain only last 4 backps

please anyone give me a reply
3,164
Posted By pssooraj72
solutions
this ids my idea i got the result
ans B)
#!/bin/bash
cat p | sed -n 1p |cut -d " " -f1-5
cat p | sed -n 2p |cut -d " " -f1-4
cat p | sed -n 3p |cut -d " " -f1-3
cat p | sed -n 4p |cut -d " "...
1,039
Posted By pssooraj72
I have the following file : 1 2 3 4 5 6...
I have the following file :

1 2 3 4 5
6 7 8 9 0
9 8 7 6 5
4 3 2 1 0

0 1 2 3 4

Write scripts to
get the following outputs :

A)

1
7
7
1
4
1,039
Posted By pssooraj72
help in scripting
i have a file
1 2 3 4 5
6 7 8 9 0
9 8 7 6 5
4 3 2 1 0

0 1 2 3 4

i want to get output
1 in first line by using 'cut '
please give a solution
3,164
Posted By pssooraj72
please try using arrays or search and cut options...
please try using arrays or search and cut options

---------- Post updated at 12:18 AM ---------- Previous update was at 12:17 AM ----------

use awk
3,164
Posted By pssooraj72
printing patterns
I have the following file :

1 2 3 4 5
6 7 8 9 0
9 8 7 6 5
4 3 2 1 0

0 1 2 3 4

Write scripts to
get the following outputs :

A)

1
7
7
1
4
Showing results 1 to 10 of 10

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