Search Results

Search: Posts Made By: $shell_Learner
7,922
Posted By vbe
Its going to be difficult with the info your gave...
Its going to be difficult with the info your gave here to help you not seeing th actual script, then "6" would be saturday...
921
Posted By cero
You can tell the ls command to display one file...
You can tell the ls command to display one file per line.
cd /Applications
ListApps=$(ls -1)
echo "$ListApps" | mail -s "Application Check" myself@myemail.com
1,389
Posted By wisecracker
Pipe INTO... /Applications/Carbon\ Copy\...
Pipe INTO...
/Applications/Carbon\ Copy\ Cloner.app/Contents/MacOS/ccc -h | tail -1 | grep -Eo '([0-9]{2}/){2}[0-9]{4}'
Forum: What is on Your Mind? 08-30-2016
1,246
Posted By rbatte1
You have actually done something quite clever in...
You have actually done something quite clever in this post. You tagged it with keyword bits. If you click that in the tags section then there are several threads of explanation/old questions there....
1,790
Posted By itkamaraj
df -h | head -2 | awk 'NR==2{print $8;exit}'
df -h | head -2 | awk 'NR==2{print $8;exit}'
Showing results 1 to 5 of 5

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