Search Results

Search: Posts Made By: vijaygoutham
9,972
Posted By vijaygoutham
I hope the below command will help you ls |...
I hope the below command will help you

ls | grep -e "`date "+%Y%m%d"`" | grep ".log"

If the date (in format YYYYMMDD) is not part of the log file then,

find . -mtime -1 -name "*.log"
79,935
Posted By vijaygoutham
Unix allows you to give three levels of...
Unix allows you to give three levels of permissions to the file.
a. Owner
b. Group
c. Others

When we do a ls -lt, the following is a sample output.

-rwxrwxrwx 1 vijay ...
74,631
Posted By vijaygoutham
the .profile on Solaris 10G
The .profile will be available in '/' . Check it there.
Showing results 1 to 3 of 3

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