bash programming ·

saved status checker


checksaved ()
{
name=$1;
filesaved=$(ls -l “$HOME/Library/Saved Application State/” | grep -i “$name” | awk ‘{print $9}’);
echo “”$HOME/Library/Saved Application State/”$filesaved”
}


Staff Writer

« »

Digital Community Builder, Sleepy Coder, Weather & News Nerd

Connect with Me