Search Results

Search: Posts Made By: laxm
2,386
Posted By laxm
anchal_khare , It worked. Can you tell...
anchal_khare , It worked.

Can you tell why I got error with script?

Thanks to all, your replies are highly appreciated
2,386
Posted By laxm
balajesuri, modified script as below ...
balajesuri,

modified script as below

#! /bin/bash
while read x
do
echo $x | grep "DAILY" >>/dev/null
if [ $? -eq 0 ]
then
[ `echo $x | cut -d_ -f2 | cut -c5-6` -eq...
2,386
Posted By laxm
balajesuri, Thanks for quick reply, whn I...
balajesuri,

Thanks for quick reply, whn I executed got below error
grep: illegal option -- q
Usage: grep -hblcnsviw pattern file . . .
2,386
Posted By laxm
get file names from the list
Hi Experts,
Here is my scenario:
Am maintaining a file which has list of logs with complete path and file names like bleow

a/b/c/Daily/file1_20111012.log
d/e/f/Monthly/file1_20111001.log...
Showing results 1 to 4 of 4

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