Search Results

Search: Posts Made By: karthikeyan_mac
23,109
Posted By karthikeyan_mac
[Solved]check file existense and mod date older than 45 days
Hi,

I am managed to get the script with the help of my friend. It works.


#!/bin/sh


#This script checks if the <filename> esixts in the <fileloc> and also if the modification date is less...
23,109
Posted By karthikeyan_mac
Script to check for the file existence, if file exists it should echo the no of modified days
Hi,

I am looking for a shell script with the following.

1. It should check whether a particular file exists in a location

#!/bin/sh

if [ -e /Users/Shared/xxx.txt ];
then
echo...
Showing results 1 to 2 of 2

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