Search Results

Search: Posts Made By: RiMKa
25,204
Posted By RiMKa
if we are talking about Apache when the amount of...
if we are talking about Apache when the amount of httpd processes doesn't correlate directly to the amount of users connected. For example, the idle apache server has some httpd processes launched...
2,825
Posted By RiMKa
shell script..
Hi,

This should do the job :


#!/bin/sh
WD=/home/slava/forum

TODAY=`date +%d%m%y`

cd "$WD"
for YEAR in `ls -d 2???`
do

cd "$WD/$YEAR"
for PROJECT in `ls -d ???-?*`
do
...
2,917
Posted By RiMKa
Hi, regarding Q1: if your shell supports...
Hi,

regarding Q1:
if your shell supports getopts - I suggest you have a look at it (man getops). Otherwise you will need to write a small shell parsing code. (use $# shell variable that reports...
Showing results 1 to 3 of 3

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