Search Results

Search: Posts Made By: hemali
1,941
Posted By hemali
try with find...
try with


find /apps/cmplus/datamigration/data -name *PDM.* | cut -c 33,34,35
12,863
Posted By hemali
Hi try this out date '+%y%m%d'
Hi

try this out

date '+%y%m%d'
1,688
Posted By hemali
Hi, Try this out ----- Write a script ...
Hi,
Try this out -----

Write a script

#!/bin/sh
output=`df -h | awk '{ print $5}'`
per=$(echo $output | cut -d'%' -f1 )
if [ $per -ge 86 ]; then
echo "HighDisk Usage"
else
echo...
Showing results 1 to 3 of 3

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