Search Results

Search: Posts Made By: tlarkin
Forum: OS X (Apple) 04-09-2011
2,657
Posted By tlarkin
Launchd is a lot like cron, but more. You can...
Launchd is a lot like cron, but more. You can Google for an app called Lingon, which will help you generate launchd items. You would just need to make a system deamon that runs your command and...
Forum: OS X (Apple) 08-26-2010
2,625
Posted By tlarkin
I highly doubt the game caused the issue. It was...
I highly doubt the game caused the issue. It was most likely file system corruption or perhaps early signs of failing hardware, ie a bad hard drive. OS X is based off of NeXT which is BSD based...
32,899
Posted By tlarkin
I think the proper construct is -e, however I am...
I think the proper construct is -e, however I am a novice shell programmer


#!/bin/bash

myfile="/path/to/my/file"

if [[ -e $myfile ]]

then /bin/echo "$myfile already exists"

...
Showing results 1 to 3 of 3

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