Search Results

Search: Posts Made By: joyrules
1,864
Posted By joyrules
Thanks
Thanks Joyeg
1,864
Posted By joyrules
Agin Script Formatted
data=`ls -lt $1 |tr -t [' '] ['\t']|tr -s '\t'|cut -f3,5`
count=0
flag=1
sum=0
users_flag=1
check=0
declare -a users
for a in $data
do
if [ $users_flag -eq 1 ]
then
...
1,864
Posted By joyrules
Error in Unix Script
Hi!
Following is the script to find the number of users and the total space consumed by them in the directory
But I am getting few errors Pls help me
data=`ls -lt $1 |tr -t [' '] ['\t']|tr -s...
Showing results 1 to 3 of 3

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