Search Results

Search: Posts Made By: codecaine
3,240
Posted By codecaine
awk 'NF' yourfile.txt
awk 'NF' yourfile.txt
2,179
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,064
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,326
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,133
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 08:30 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy