Search Results

Search: Posts Made By: mfsteve
Forum: OS X (Apple) 02-27-2011
21,626
Posted By mfsteve
I bet real cash money that this is an ACL issue....
I bet real cash money that this is an ACL issue. OSX started using ACLs a while back on the system folders.
Forum: OS X (Apple) 02-27-2011
1,511
Posted By mfsteve
/dev/disk[whatever] are device files -- files the...
/dev/disk[whatever] are device files -- files the kernel uses to access the physical device. This physical device is then mounted to a filesystem that you can use.

You can't cd /dev/disk0s2 ...
4,980
Posted By mfsteve
My crappy, and very non-precise, method is to...
My crappy, and very non-precise, method is to parse netstat -ib -I [interface] output.

There's just so much more going on with the network though. And does an interface with TOE even report...
Forum: Linux 02-27-2011
3,938
Posted By mfsteve
I'm a bit confused by your explanation (that's...
I'm a bit confused by your explanation (that's normal for me though).

Your not just booting from an ISO image on the DVD?
1,951
Posted By mfsteve
grep -v "^$"
grep -v "^$"
1,676
Posted By mfsteve
Where infile.txt is the list you posted: ...
Where infile.txt is the list you posted:


for JSP in `cut -d' ' -f1 infile.txt | uniq `
do
grep ${JSP} infile.txt | sort -rn | head -1
done


Returned:

CATEGORYDISPLAY...
3,855
Posted By mfsteve
As a rule, you would use $hour for a numeric...
As a rule, you would use $hour for a numeric value vice ${hour} for text.



# hour=`date +%H`
# echo $hour
10

# hour_plus_10=$(($hour + 10))
# echo $hour_plus_10
20

To use the string...
8,583
Posted By mfsteve
I tested the if statement on my OSX machine in...
I tested the if statement on my OSX machine in both bash and ksh -- no problem.

As apmcd47 said, you might have a funky character in that line. :set list in vi would be another way to check for...
Showing results 1 to 8 of 8

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