I need to process the shared library dependencies of a library from a bash script. The for
command processes word-by-word:
for DEPENDENCY in `otool -L MyApplication | sed 1d`
do
...
done
What is the way to process the results line-by-line?
I need to process the shared library dependencies of a library from a bash script. The for
command processes word-by-word:
for DEPENDENCY in `otool -L MyApplication | sed 1d`
do
...
done
What is the way to process the results line-by-line?
Those brackets declare an empty, inline constructor. In that case, with them, the constructor does exist, it merely does nothing more than t...
No comments:
Post a Comment