Search Results

Search: Posts Made By: Alexander4444
2,248
Posted By Alexander4444
Multiple Substitutions across Multiple Files
Hey everyone! I am determining the best method to do what the subject of this thread says. I only have pieces to the puzzle right now. Namely this:

grep -rl "expression" . | xargs open

(I...
2,550
Posted By Alexander4444
Thanks!
Thanks for these explanations! They work excellently. I especially appreciate the nice formatting of the output in Mb.
2,550
Posted By Alexander4444
Summing file sizes
I was just curious about how to sum the total file size of a certain type of file. For instance:

$find . -name "*.aif"

will print out the paths to each .aif file. Instead of printing, how...
8,315
Posted By Alexander4444
Great advice:)
That was SUPER helpful! Is there a way to send to resultant alias files to a different directory at the same time? (only in an attempt to not have to have the current as directory the destination of...
8,315
Posted By Alexander4444
Create alias files (not alias commands)
If one:

$ find -name 'some expression' -type f > newfile


and then subsequently wants to create an alias file from each pathname the find command retrieved and the > placed within 'newfile',...
14,841
Posted By Alexander4444
Thanks Corona688
Thank you, Corona688. I think your explanation covered every base I could expect to find in such a complicated concept. I will have to woodshed a bit at this point to truly understand what you...
14,841
Posted By Alexander4444
Thanks! My OS is Mac OSX 10.6. Thanks for...
Thanks! My OS is Mac OSX 10.6. Thanks for explaining where I need to put the path to the MSQ.exe.

Interestingly, on another computer with Mac OSX 10.5 if I

$ echo $PATH

I get:

[stuff...
14,841
Posted By Alexander4444
Configure $PATH in /.bash_profile or /etc/paths?
Hi - I am trying to include the MSQ.exe that I have downloaded for the sake of learning. My current /.bash_profile file reads:

...
1,711
Posted By Alexander4444
Flagged Drives Create Access Privilege Issues
Upon trying to open up permissions between 2 accounts in Snow Leopard I caused the os to crash - restarting/turning off then on did nothing - the os would no longer load. I took it into Apple where...
Showing results 1 to 9 of 9

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