Search Results

Search: Posts Made By: vishwesh
1,488
Posted By vishwesh
Processes
Hi all,
I needed a little help. It's OS thing.

Suppose I have 2 machine connect over a network, I will call my machines as M1and M2.

If I copy a files from M1 to M2. What tasks are these...
4,052
Posted By vishwesh
Thanks a lot.
Thanks a lot.
4,052
Posted By vishwesh
find $path -type f -name "*$exten" | while...
find $path -type f -name "*$exten" |
while read iFile
do
echo $iFile
iFile1=${path1%/}/${iFile##*/}
echo $iFile1
destFile="${dest%/}/${iFile##*/}"
lipo -create "$iFile"...
4,052
Posted By vishwesh
Lipo doesn't work
Hi guys,
Am using lipo to merge ppc and i386 version of a static/dylib file based on "file type to load". I am working on Mac OS 10.5.6 and new to shell scripting. Please help me out.

This is...
Showing results 1 to 4 of 4

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