Search Results

Search: Posts Made By: codecaine
3,243
Posted By codecaine
awk 'NF' yourfile.txt
awk 'NF' yourfile.txt
2,180
Posted By codecaine
You can pipe it to awk awk '{ print $NF }'...
You can pipe it to awk

awk '{ print $NF }' FS=/

---------- Post updated at 04:38 PM ---------- Previous update was at 04:34 PM ----------

You can pipe it to awk

find /usr/monitor/text/...
Forum: OS X (Apple) 12-30-2010
14,065
Posted By codecaine
It is not that is an application file. It is...
It is not that is an application file. It is because it is on a mounted image and items in a mounted image can not be removed from the mounted image.
5,327
Posted By codecaine
Yes you don't actually put them in the functions...
Yes you don't actually put them in the functions header, but you can look at each parameter giving to a function the same way you look at shell parameters. The parameters start with $1, $2... and so...
Forum: OS X (Apple) 12-02-2010
24,134
Posted By codecaine
To execute another terminal windows its open...
To execute another terminal windows its

open -a terminal

The -a stands for application. I am not sure why the pdf file is not showing in your preview.
Showing results 1 to 5 of 5

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