CMD -F Find

Is there a way to use command "F" to find a range of numbers and replace with 0
My situation is this: I would like to zero out any numbers between 1 and 2000 between the parentheses
%%864%%
Can that be done and What about Text Edit if I cant do it with Appleworks
Thanks
-Sandy

Hello Sandy Estabrook,
I'm puzzled. Are you saying that both 'filename.txt' and 'filename.txt.bak' have the same unchanged contents?
As explained more than once, 'filename.txt.bak' is a backup copy of the ORIGINAL 'filename.txt' and therefore it is expected that 'filename.txt.bak' has the original contents. You may totally ignore the 'filename.txt.bak' file for now.
Meanwhile 'filename.txt' itself should have been edited as requested. If it appears unchanged after running the script, it means there's something unexpected.
To make things clear, follow the procedure below.
(The source file name is assumed to be 'filename.txt' here.)
1) Close the file 'filename.txt', if it is opened in any application.
2) Run the script, choose the file 'filename.txt' and let the script finish its job.
3) Open the 'filename.txt' (not 'filename.txt.bak') and check its contents.
If everything works as expected, the text should have been modified such that, e.g., %%123%% is replaced by %%0%% (because 2000 > 123) whereas %%12345%% remains as %12345%% (because 12345 > 2000).
If the contents of 'filename.txt' is not changed as expected, the first thing I'd suspect is that the search pattern is not matching the target string in file. In such case, we need to know a sample of the EXACT string stored in the file.
(By the way, the 'filename.txt' may be coded in UTF-8 or MacRoman, but NOT in UTF-16. If it is coded in UTF-16, resave it as UTF-8 in TextEdit before running the script.)
Good luck,
Hiroto
P.S. As for the said text - {button returned:"", gave up:true} - displayed in the result window (or pane?) of Script Editor, it is the result of the last statement executed in the script and you can safely ignore it.
P.P.S. I found the last code you posted does not have brackets around 0-9. Perhaps it is due to the fora software's interference. But perhaps not. Use the code listed below, in case.
--SCRIPT1
main()
on main()
-- accept source text file
set a to choose file of type {"public.plain-text"} ¬
with prompt "Select the source text file." without invisibles
display dialog "You're modifying the file :" & return & return & a with icon 1
set infile_ to quoted form of POSIX path of a
-- edit its contents
set pl to "s/(%%)([0-9]+)(%%)/{if ($2 <= 2000 ){$1."0".$3} else {$&}}/oge;"
set sh to "perl -pi.bak -e " & quoted form of pl & " " & infile_
do shell script sh
-- finis
display dialog "Done" with icon 1 giving up after 3
end main
--END OF SCRIPT1

Similar Messages

  • Spotlight and cmd-F (find) and Tiger Cache Cleaner

    OK it's taken me years, but I finally have a Mac with the "classic" applications selection menu (ASM) on the absolute far right - thanks to "ASM" shareware and Tiger Cache Cleaner to remove Spotlight.
    But when I re-activate Spotlight, I see that it now has to spend 4 hours recataloging my HD. OK, not a problem, but I wonder if I use cmd-F "FIND" is this going to be much much slower than a cataloged SPOTLIGHT?
    What about EasyFind 3.9?
    And with cmd-F (FIND) (like with Spotlight) is there any way (other than cut and paste) to have the Mac WAIT until I've typed all my search letters BEFORE it starts going crazy and searching? I typed "S" and before I got to type "Steve" I had a zillion files that it had found...
    OK and any comments on how safe this is to have used Tiger Cache Cleaner to remove Spotlight... appreciate that!
    (now how to get rid of the Apple application menu in words and replace that (just to the right of the APPLE menu) with just the application LOGO to save Menu Bar space. I know a HAXIE does that, but Haxies mess-up and slow down my MacBook Intel core duo 2 ghz just tooooo much.
    Thanks!
    Steve

    EasyFind works fine. It's slower than Spotlight because it doesn't use an index, but it can find things Spotlight can't.
    To eliminate the "live" search behavior of Spotlight, use a third-party Spotlight front-end (there are several on versiontracker.com).

  • Monitoring manually using scripts/sql cmds to find the recent changes on Oracle Database

    Hello All,
    I have an Oracle database running on HP Open VMS Alpha server, need to monitor the actvities and changes made to the database.
    I am not sure of any tools which supports HP Open VMS alpha server, Can you help with the scripts or commands to findout recent changes occured on the database.
    I found suddenly a couple of schema sizes showing very less in size than usaul, how to find out the recent changes.
    Regards,
    RanG

    RanG wrote:
    Thanks but sorry EdStevens,
    I was referring to DB Administration/auditing etc on HP Open VMS in specific. Tools or Grid agent installation steps for effective and easy monitoring.
    Regards,
    RanG
    And I was referring to "DB Administration/auditing etc " on any platform.  Oracle's AUDIT function is the same regardless of OS.
    "I found suddenly a couple of schema sizes showing very less in size than usaul,"
    Exactly what do you mean by "schema sizes showing very less in size than usual"?  Schemas don't have sizes.  Only segments.
    Perhaps if you were more explicit in exactly what problem you are trying to solve, we could give better advice, but whatever it is, I seriously doubt that the solution will be OS-specific.

  • "cmd f" finds nothing

    Hello,
    I have read several posts relating to issues of unreliability using "cmd f" to search, but I seem to have even greater problems.
    When I search in this manner I get no results at all, just an endless spinning wheel.
    Spotlight works fine, but I'm quite addicted to "cmd f".
    Can I make "cmd f" the shortcut to open Spotlight?
    What is the actual difference between Spotlight and "cmd f"?
    Thanks for any tips.
    G5   Mac OS X (10.4.6)  

    no they are NOT the same.
    The CMD-F is intended to locate things on the currently focused window. Like here for example. If you were to press CMD-F now, then look for 'window', you should see each instance of the word on this page become highlighted.
    Beavis2084

  • Cmd to find error discription in 11g?

    can anyone plz let me know
    cmd to get error description from sql prompt in windows 7 o/s ?
    thankz in advance

    Ricky Sehgal wrote:
    I m using !oerr ora ........
    message appears ---------------unknow command beginningYep, that''s correct because there is no OERR shipped for the Windows o/s. My friend John has written a similar tool like this which you may want to have a look and use,
    http://blog.aristadba.com/?p=177
    HTH
    Aman....

  • Spotlight does not find files with "_" (underscores), but only for certain file types

    Hey Folks,
    this is strange, maybe someone has an idea.
    I already searched the internet for a while, nothing found so far.
    I have a file "calc_mean.m" on my desktop.
    When I type "calc" in spotlight, it shows the file.
    But when I type "calc_" it suddenly does not show the file anymore. Nor does find the file, when I enter "calc_mean.m" in spotlight.
    When I enter "calc mean.m" in spotlight, it finds it (using space instead of the underscore).
    Now comes the real surprise:
    When I rename the file to "calc_mean.txt", spotlight suddenly DOES find the file when entering "calc_mean.txt".
    I recreated this "feature" with other files, copying and renaming ".txt" files to ".m" files, and if there's a underscore in the file, spotlight wont find it.
    Playing around a bit more, it seems spotlight does find files with underscore when they are documents, at least it works for the following extensions:
    .pdf
    .doc
    .txt
    .xls
    But these extensions for example do not work:
    .mp3
    .m
    .k
    .a
    .ka
    (and other random endings I tried).
    I am pretty confused. Sure it's no big deal learning to search for files that include underscores in their name using space instead. But I'm still quite puzzled. Any idea?

    All of those have meaning in various database search syntax (not sure if it matters).
    _ usually means any character.
    % usually means any run of characters.
    - is often used to negate what comes next, i.e. "don't include results that have the following text."
    I don't see any problem on my Mac, though.
    I also don't have any problem finding file names with those accented characters using Spotlight. I would suggest reindexing Spotlight, but if cmd-f finds them, I'm not sure that would help.
    Spotlight: How to re-index folders or volumes

  • Find Finder Items doesn't work?

    I can't seem to get a basic thing to work...
    Find Finder Items (Where "camerafiles" & Whose Name Contains "camera1")
    View Results
    Always results in ()
    Have tried contains, begins with, ends with....nothing works.
    The folder contains about 300 files that all start with "camera1-xxx-xxx-xxx"
    Any ideas or is it just broken?
    Dual Processor 1.4 Ghz   Mac OS X (10.4.9)  

    Depends on what?
    I don't understand why "where" the folder is located should make any difference. But here's the path:
    Macintosh HD:Applications:4DWebSTAR:WebServer:Users:heckman:camerafiles
    Spotlight doesn't let you limit your search to a specified folder. I mean, why search the whole hard drive when you know the files you want are inside a specific folder?
    I tried a Cmd-F find for the files, they don't come up. I tried a Spotlight find, they don't come up. I open up the "Macintosh HD" drive from another computer on the network, do a Cmd-F find on that machine, they show up.
    So I guess the issue is: why can't I find them on the local machine they are actually on? The files are definitely there.

  • Find command doesn't find embedded string, only initial string

    iMac 5K, Yosemite
    In Safari and Preview, I note a change from earlier versions. When I use the cmd-F Find command to search the contents of a page or document, it finds only cases where the search string is at the beginning of a word, not when it is in the middle. This can be really a problem for some kinds of searches, for example when you know the root word but can't anticipate all of the prefixes that could be used in the document.
    Silly example: search for "fringe" does not find the word "infringement".
    This is really disconcerting, especially as it marks a big invisible change over how string searching has worked since time immemorial (try searching for "memorial". Hah.)
    I don't see any preference that would let me specify what kind of searching I want to do. There needs to be at least a preference. Or a big warning that says, oh by the way, just because you didn't find it, doesn't mean it isn't there.

    Did you read my hint at http://www.macosxhints.com/article.php?story=20080229204517495 ?

  • Why does finder not actually find?!!!!

    I shouldn't have to be asking this surely!!?
    I click "all my files" on Finder which I assume is "all my files" or downloads if i have downloaded and I search for something (very often exactly as spelled) I have just downloaded or many times just files I have already and either it can't find it or it sits way down the list after loads of unrelated files?
    When I enter a search string in to something that is made for searching I expect it to find it! Finder seems to have special secret ways of finding that I am not party too!
    Can someone please explain why this is so? And in advance there is no and I mean NO reason why there should be any other setting on first opening finder other than just FIND WHAT I ASK FOR! So please just straight answers no tutting or RTFM replies.
    Hhhhhhhhelllllllp me thankyou

    mexica72 wrote:
    Bottom of list, which doesn't make sense as it is prioritising files with the word within the file, and not what you would expect, which would be files actually called that in the title!
    Cmd-ctrl-shift-F will find by name. Spotlight is designed to find content.
    Or, on a normal (cmd-F) find, choose name matches from the token list.

  • Finder hangs when opening any subfolders inside ~/Desktop

    My wife just bought one of the new 13" Airs with Lion on it. I did the Migration Assistant with a Time Machine backup as the source but apparently the external backup disk is on the brink of death; it randomely ejected about a quarter of the way through the Migration and screwed up her user account (it didn't have a known password associated with it). I made a dummy account and used it to run Migration Assistant again and told it to overwrite her existing user account with the one on the Time Machine backup. The drive made a valiant effort and managed to stay up and working long enough to migrate the ~200GB backup over to the Air. I then logged back in with her user account, deleted the dummy account, and used Disk Utility to "Repair Permissions" on the Air's hard drive.
    Now she can login and all of her files appear on the desktop. I can doubleclick and run any single files on her desktop without problem. But if I double click a Desktop folder to open it in Finder OR if I open Finder and try to navigate to any folders on the Desktop, Finder freezes up. The sidebar goes blank, I can no longer move the Finder window around, and I can't even CMD+W or CMD+N Finder windows. I've tried repairing permissions and repairing disk and neither have helped. As far as I can tell, it's only the Desktop folder and its subfolders that cause Finder to hang; I can navigate to other folders on her disk in Finder without a problem. Using Terminal, I can cd to Desktop, cd to any folders inside Desktop, and everything looks fine; the files and folders do seem to actually exist and be accessible, just not via Finder. I just rebooted w/ CMD+R and am reinstalling Lion to see if it fixes the issue but does anyone have any others suggestions?

    More detail:
    The Lion reinstall completed successfully but the problem persists. I verified that her Desktop folder is owned by her user and group and the permissions look correct. I can open another program and navigate to and open files that are in her Desktop (e.g. with VLC I can Open... and navigate to ~/Desktop/Media/Work/podcast.avi and it plays fine; in Word I can Open ~/Desktop/WorkDocs/whitepaper.docx). I deleted her ~/Desktop/.DS_Store file via terminal but that's not helping. Finder is hanging and giving the spinning beachball as soon as it opens. It doesn't seem to matter what I try to do in Finder, it just hangs. I've tried Force Quitting Finder but as soon as it reopens, it hangs up again and just shows the spinning beachball. All I can figure at this point is that Finder.app is corrupt and doing a Lion reinstall isn't helping. Anyone have suggestions or steps for reinstalling a clean Finder.app?

  • Spotlight seems to be of no use except for finding applications

    Whenever I search for music, pictures, videos, or even simple word documents on Spotlight, it returns no results unless I first click "Show All" so the Spotlight window comes up and then only by selecting "Home" under "Where". Whenever I search directly from the Spotlight icon, however, it's basically useless, except for finding applications. What's wrong with it? How can I fix it so that it searches for everything that it was made to find?

    Eyeonic -
    As you seem to be finding, Spotlight's kind of problematic. In my experience it manages both to find too little and too much.
    -- "Too little" because, rather than search your hard drive, Spotlight searches its own index, which by design doesn't include everything on your computer; plus from time to time the indexing process simply doesn't complete itself, or the index becomes silently corrupt. I don't trust Spotlight searches.
    -- "Too much" because the unrestricted Spotlight search from the menubar returns every document that contains even a whiff of your search term, the result being that you may have to slog through 400 hits to find the one document with the filename you specified. (You can perform the search using cmd-F and that will help a bit but it's a few more keystrokes.)
    For simple filename searches I've found it is best to simply bypass Spotlight altogether and use the non-index-based utility EasyFind (http://www.versiontracker.com/dyn/moreinfo/macosx/11706). It's not as fast as the pre-Tiger cmd-F find but it produces more reliable and more predictable results than anything Spotlight can currently offer.
    I'm hoping (without any particular basis for it however) that Apple makes Spotlight a little more useable in Leopard.

  • Finder Duplicate Postfix

    Hi,
    Everytime I press Cmd-D, Finder creates a copy of the selected file and renames it <filename>_copy.<extension> - so far so good.
    Is there any way to change the string that is appended to the original file's name to sth like "_copy", coz the " " really ***** when you are working with bash scripts...
    I'm new to Apple and Mac OS, so plz tolerate my ineptness...
    Tx

    Finder doesn't have a command that will allow you to do this but "do shell script" does so -
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #FF0000;
    width: 720px;
    color: #000000;
    background-color: #ffff99;
    overflow: auto;">
    set foo to (quoted form of (POSIX path of (choose file))) -- file to copy
    set bar to (quoted form of (POSIX path of (choose folder))) -- destination folder
    do shell script "cp -R " & foo & " " & bar with administrator privileges</pre>
    Will copy a single file or bundle (-R flag). Using "mv" instead of "cp" or "ditto" will allow you to move a file.
    "ditto" is a more flexible copying method than "cp".
    See:
    <x-man-page://cp>
    <x-man-page://ditto>
    <x-man-page://mv>
    On older versions of Mac OS X, mv and cp may (version dependent) lose the resource fork of forked files. You can use "ditto" with the "--rsrc" flag to preserve them. The Developer Tools package also has cpMac and mvMac which will preserve resource forks.

  • Preview unresponsive to keystrokes, based on focus?

    Has anybody had a hard time flipping through PDF's in Preview in Snow Leopard? I feel like the arrow keys and opt-cmd-g ("go to page") are often rather temperamental compared to Leopard.
    Here's an example: I'm browsing the PDF at
    http://www.nap.edu/catalog/12812.html
    At startup, the sidebar is showing bookmarks. If I click on one, nothing happens (an error in the PDF?), but I've changed the focus to the sidebar. The arrow keys and "go to" keystroke are unresponsive (but cmd-f ("find") actually works just fine, and it changes the focus to the search bar). Even if I click back in the main document window, the arrow keys and "go to" remain unresponsive. But sometimes if I hit "tab" enough, and sometimes not, the focus returns to the main document, I think, and I can use my arrow keys.
    I recognize I'm being old-school by using the arrows or keystrokes instead of track pad swipes, but that's the way I do it! I'd rather not swipe 50 times to get to page 50!

    how can you explain that my connection succeed but my iView transaction can not ?
    i check up all my parameters and i don't find any problem
    hichem

  • Stuck on blue screen with clouds rainbow, floated ...

    As it says.
    When I start Skype, it goes straight to a blue screen with blue clouds and a green rainbow at the bottom. I get no prompt to login. I have followed various guides, such as renaming login to login1, deleting login, restarting the computer, uninstalling then installed skype (which gets me an error code 2734 I think), uninstalled and installed Internet Explorer. I have run windows update and everything is up to date. I also followed the advise in the floated topic, and even after using Command Prompt (which was not in Accessories folder, had to search cmd to find it) and restarting, the 'click this button' does not work.
    Skype was working fine on Sunday, and now it is broken. The only thing I have done in the meantime is run a repair tool for Windows Media Player as a game I installed required it to play in game music.
    EDIT: I use Windows 7.
    Solved!
    Go to Solution.

    Scripting in Internet Explorer might be disabled by an Antivirus software. What Antivirus software is installed on your computer?
    Meanwhile you can try the “legacylogin” workaround, which should enable login to Skype using the old legacy login window. However, you will not be able to login using Microsoft account (email address).
    Quit Skype. Make sure that you don’t see any Skype.exe processes in Windows Task Manager. If necessary, then stop these processes.
    Open this folder on your computer:
    C:\Program Files (x86)\Skype\Phone\
    You should see there the Skype application file (Skype.exe).  Right click on the Skype.exe file and select: Send to – Desktop (create shortcut). Right click on the newly created shortcut and select Properties and then the Shortcut tab. In the Target field you will see now:
    "C:\Program Files (x86)\Skype\Phone\Skype.exe"
    Click with your mouse on the text in the Target field and move your curser one space after the last quotation sign and add the text /legacylogin. The text in the Target field should now read:
    "C:\Program Files (x86)\Skype\Phone\Skype.exe"  /legacylogin
    Click OK to save the changes. Start Skype using this new shortcut. Can you now login to Skype?

  • Command key activates wrong window in Mountain Lion

    I've got some strange bug on my computer that has stumped every genius in the three Apple Stores I've been to--they even took it to the back to ask all the Genius' in the store, so it seems to be a nasty bug. so I figured maybe you all could help me out.
    The issue is this: After I upgraded to Mountain Lion (from Snow Leopard) when I use my "command" key, it randomly activates a window other than the one in focus (on top) of the other windows.  So, for example, if I'm in Safari and try to copy something (Cmd+C) but I also have Word open, it will switch to Word and copy whatever is in Word.  It does this with all programs (even with Finder!), no matter what the Command function I'm trying to use.  If I close the program, the strange behavior will stop for a short time and then come back with another program.  When Cmd activates Finder, I have to relaunch Finder and that temporarily alleviates the problem.  It does this odd behavior with an external keyboard (and the on-screen keyboard), meaning that it's a software, not hardware error.
    I have taken the following actions to fix the problem:
    - Reset PRAM (no change to problem)
    - Using Disk Utility to repair permissions and verify disk (no change to problem)
    - Created a new user on the computer (problem re-appeared after importing my backup files using MigrationAssistant)
    - Created a new user on the computer and imported files without importing "Settings" but problem reappeared
    - Reinstalled Mountain Lion (problem appeared after importing my backup files using MigrationAssistant)
    The last Genius thought the error was due to an application corrupting some system-wide file in Mountain Lion, so we wiped my hard drive, reinstalled files, and imported my documents but not my apps.  I manually installed one app at a time and had no issues for 3 months or so.
    The problem "randomly" came back last week.  Looking at apps that were installed recently, it shows:
    - Flux (update - but Flux was on my computer for 3 months with no issues)
    - Quicksand (update - but Quicksand was NOT on my computer last year when the problem started)
    - VLC Media Player (this WAS on my computer last year but was NOT on my computer in the 3 months with no issue).
    Thus, it seems that the culprit app was VLC.  I've deleted it (using AppTrap to clear system files), but the problem still exists.
    So, three questions:
    1)  Does anyone have any idea why this is happening, how to prevent it, or whether it might start again even if I wipe and reinstall everything?
    2) I'd like to fix the problem without wiping my computer and doing a clean install of everything.  Any ideas of how I could avoid doing that?
    3) If I have to sacrifice VLC to solve the problem, fine, but I'd prefer not to.  Any ideas as to how I could use it still?
    TLDR: Command key activates wrong window in Mountain Lion; confirmed software issue; reinstall worked fine until installed VLC Media Player and problem returned; how do I fix it?
    themarkofbooks
    MBPro (mid 2009) on 10.8.5
    Regularly (near daily) backup to TimeMachine

    Hardware Information:
              MacBook Pro (13-inch, Mid 2009)
              MacBook Pro - model: MacBookPro5,5
              1 2.53 GHz Intel Core 2 Duo CPU: 2 cores
              8 GB RAM
    Video Information:
              NVIDIA GeForce 9400M - VRAM: 256 MB
    Startup Items:
              HP IO - Path: /Library/StartupItems/HP IO
              HP Trap Monitor - Path: /Library/StartupItems/HP Trap Monitor
    System Software:
              OS X 10.8.5 (12F45) - Uptime: 1 day 13:6:33
    Disk Information:
              HGST HTS721010A9E630 disk0 : (1 TB)
                        disk0s1 (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 999.35 GB (65.22 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              HL-DT-ST DVDRW  GS23N 
    USB Information:
              Apple Inc. Built-in iSight
              Seagate Expansion Desk 3 TB
                        disk1s1 (disk1s1) <not mounted>: 314.6 MB
                        Time Machine (disk1s2) /Volumes/Time Machine: 1.75 TB (661.99 GB free)
                        Boot OS X (disk1s3) <not mounted>: 134.2 MB
                        Seagate (disk1s4) /Volumes/Seagate: 1.25 TB (1.25 TB free)
              Apple Internal Memory Card Reader
              HP Deskjet F300 series
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Computer, Inc. IR Receiver
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
              com.Cvnt.nke          (2.2.0)
              com.Cvnt.driver.CvntDriver          (2.2.0)
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist
              [loaded] com.Cvnt.daemon.plist
              [loaded] com.google.keystone.daemon.plist
              [loaded] com.microsoft.office.licensing.helper.plist
    Launch Agents:
              [loaded] com.Cvnt.start.plist
              [loaded] com.google.keystone.agent.plist
    User Launch Agents:
              [failed] com.apple.CSConfigDotMacCert-[redacted]@me.com-SharedServices.Agent.plist
    User Login Items:
              Flux
              iTunesHelper
              Bartender
              Caffeine
              Degrees
              Dropbox
              BetterSnapTool
              Covenant Eyes
              SkyDrive
              SlimBatteryMonitor
              Droplr
              Battery Health
              Spotdox
              handyPrintDaemon
              DeskConnect
              SecondBar
              Display Menu
              Battery Time Remaining
              Quicksand
              Flux
              CrossOver CD Helper
              AppTrap
    3rd Party Preference Panes:
              AppTrap
              Flash Player
              handyPrint
              Java
              Perian
    Internet Plug-ins:
              Flash Player.plugin
              FlashPlayer-10.6.plugin
              googletalkbrowserplugin.plugin
              iPhotoPhotocast.plugin
              JavaAppletPlugin.plugin
              npgtpo3dautoplugin.plugin
              o1dbrowserplugin.plugin
              QuickTime Plugin.plugin
              SharePointBrowserPlugin.plugin
    User Internet Plug-ins:
    Bad Fonts:
              None
    Top Processes by CPU:
                   7%          backupd
                   6%          WindowServer
                   2%          Finder
                   2%          SystemUIServer
                   1%          EtreCheck
                   1%          hidd
                   1%          mds
                   0%          Microsoft Word
                   0%          ps
                   0%          ocspd
    Top Processes by Memory:
              164 MB             HPScanner
              139 MB             WebProcess
              106 MB             mds
              106 MB             Mail
              90 MB              Dropbox
              90 MB              WindowServer
              82 MB              Microsoft Word
              74 MB              applet
              74 MB              Dock
              66 MB              DashboardClient
    Virtual Memory Statistics
              4.30 GB            Free RAM
              2.23 GB            Active RAM
              512 MB             Inactive RAM
              738 MB             Wired RAM
              876 MB             Page-ins
              0 B                Page-outs

Maybe you are looking for

  • How do I add a webcal subscription to my iCloud calendar?

    Hello. I switched to Lion and iCloud yesterday. I was able to move my calendar from MobileMe to iCloud and it's also in my iCal just fine. I also have a webcal subscription from a scheduling service that manages my client appointments (webcal://www.a

  • 2013 Mac Pro Disk drive strategies...

    I'm trying to figure out a reasonable disk drive solution before I order a new Mac Pro. I currently have a 2008 Mac Pro with 2-1 tb SSD drives. One of them is the boot drive with the OS and apps, the other has my user directory. There's also some ext

  • How to create fulldome 3d content with Photoshop to AE 3d space

    I'm trying to figure out if a technique to create 3D fulldome content (360 X 180 degrees) might be possible using Photoshop and the 3D space in After Effects. The limitation seems to be that for 3D objects After Effects can only use 3D cameras set-up

  • Cloning the hardrive?

    Got a read failing hardrive message so I replaced the 250gb hd with a 300gb hd in my iMac G5. I now have a new drive and the old still functioning drive in an external HD caddie USB'd to my Imac. I want to transfer the old drive to the new drive as i

  • What is album art and how do I get it?

    ????