Search Results

Search: Posts Made By: classic
2,010
Posted By classic
Thanks that helped. :)
Thanks that helped. :)
2,010
Posted By classic
How do I change the values in a file?
TRASH_PATH:~/deleted/
MAX_VERSIONS:5
FILE_MAX_SIZE:1024
FOLDER_MAX_SIZE:8096
TRASH_MAX_SIZE:1024
LOG_MAX_SIZE:100


how do i change the value of TRASH_MAX_SIZE to 2040 using the script?
the...
3,593
Posted By classic
How to find max value in a tabular data?
FILE_NAME VER TYPE DELETED_DATE CREATED_DATE SIZE LOCATION
hello 1 d 2010-08-09 2010-08-09 4096 /home/xxxxx/project/
hello 2 d 2010-08-09 2010-08-09 4096 /home/xxxxx/project/
hello 3 d 2010-08-09...
3,980
Posted By classic
I am trying to get the total size of a folder?
I am trying to get the total size of the folder using the below command

but its not working. any ideas?


du -bc <foldername>/|grep total|tr -s " "|cut -d" " -f1

the output i am getting...
3,522
Posted By classic
tr '[a-z]\-[a-z]' need help with replace
HI experts....

i need to know if there is a way of appending some text to an existing string using "tr" command....i know it can be done easily using awk and sed....


but i need to know if...
2,199
Posted By classic
Thanks thats brilliant it all worked perfectly.
Thanks thats brilliant it all worked perfectly.
2,199
Posted By classic
thanks for your reply. is there a way of...
thanks for your reply.

is there a way of doing it with out using awk ?
2,199
Posted By classic
need help with displaying only names using ls -l
Hi I am kind of stuck

I need help with printing only the names of the folder in the format

LAST NAME, F

so last name and the first character of first name

using ls -l command in the...
Showing results 1 to 8 of 8

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