Search Results

Search: Posts Made By: rbisconti97
9,938
Posted By rbisconti97
Why does this not work? find...
Why does this not work?
find /User/Applications/*/Quick\ News\ UK\ Free.app/DownloadRSSFlashgForOtherApp.png | while read FILENAME;
do NEWNAME=${FILENAME%.*}.bak; mv ${FILENAME} ${NEWNAME}; ...
5,240
Posted By rbisconti97
Yep it...
Yep it can:/private/var/stash/share.JAR6on/terminfo/x/xterm

---------- Post updated at 07:22 PM ---------- Previous update was at 07:18 PM ----------

Gave this a shot:...
5,240
Posted By rbisconti97
Yes they do run UNIX, a crippled version of OSX. ...
Yes they do run UNIX, a crippled version of OSX.
error-sh: xterm: command not found
5,240
Posted By rbisconti97
Local native UNIX shell prompt.
Local native UNIX shell prompt.
5,240
Posted By rbisconti97
I need it for the iPhone
I need it for the iPhone
5,240
Posted By rbisconti97
Alert Notification from Terminal
Is there a way to send a notification window from terminal? For instance, I start a script and when it starts I want to send a message to appear that says:
"Please wait for your system to auto...
9,938
Posted By rbisconti97
^ Thank you, that is a much better way! Here is...
^ Thank you, that is a much better way! Here is my final code:
# SourceM
if [ -f /User/Applications/*/SourceM.app/banner.png ]
then
find /User/Applications/*/SourceM.app -type f -name...
9,938
Posted By rbisconti97
Thank you, but I got this error: mv: cannot...
Thank you, but I got this error:
mv: cannot move `/User/Applications/3BE2961D-A38F-46D4-A061-8AAE31F77EF3/SourceM.app/banner.png' to...
9,938
Posted By rbisconti97
Find and Rename File using Terminal
I need help finding a file through terminal and then renaming it automatically.

Here is what I have so far to find the file:
cd /User/Applications
find . */SourceM.app/banner.png | while read...
Showing results 1 to 9 of 9

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