Terminal not Behaving the Same with Text Clippings as in 10.5

I just upgraded to an Intel Mac from a G4 tower (very nice) and I have a lot of text clippings that I drag and drop into Terminal which now have back slashes embedded in them like this:
while true\
do\
ls -ltr dx|grep "`date +%b\ %e`"\
ls -ltr |grep "`date +%b\ %e`"\
ping -c 1 dx1|grep "packet loss"\
ping -c 1 dx2|grep "packet loss"\
date\
sleep 45\
done\
where do these come from and how do I get rid of them - I had to add them above so I know they aren't in the text clipping. Also I can copy inside Terminal window to window and it doesn't add them.
Any thoughts? It's fairly annoying.

I have several scripts that I have sitting on my desktop as text clippings that work fine in 10.5 but now that I have 10.6 (new iMac) I get these back slashes after every line. I could just as well I suppose make these things aliases or just files in Linux that I run but I've been using them as text clippings that I just dump into a terminal window and everything in the text clipping is done - now terminal is misinterpreting something. They are the same text clippings - if I use them in 10.5 that terminal has no problems - no back slashes.

Similar Messages

  • Wait on Notification from Multiple behaves the same with or without History

    I'm running this VI on a cRIO-9066, and both "Wait" functions behave the same. After reading the LV Help, I would expect the "With Notifier History" one to return an array of two elements, not one. Is this a bug?
    (Attachment is LV 2014 SP10
    Solved!
    Go to Solution.
    Attachments:
    Untitled 2.vi ‏11 KB

    Staab_Engineering wrote:
    After reading the LV Help, I would expect the "With Notifier History" one to return an array of two elements, not one.
    Why? Unlike the help for W4MN, the one for W4MNWH is not explicit in saying that it continues as soon as one of the notifiers gets a notification, but it also doesn't say it will wait for all of them. Your example clearly shows that it continues as soon as at least one has a notification.
    I'm too tired at the moment to work through the W4MNWH use cases, so I have no particular expectation for how it should behave.
    Try to take over the world!

  • Times and Times New Roman Do not display the same with ADE pdf reader

    Anyone an idea why?
    (These fonts display the same with MS word and Adobe Acrobate reader)

    That looks like a grunged version of Times New Roman. You probably have this font installed, and it's likely conflicting with the standard Times New Roman font.

  • IPhoto 08 not behaving the same in G5 and MacIntel

    Hi, I installed iPhoto 08 recently on my G5 1.6 Ghz and a new MacBook (macintel).
    I noticed 2 big differences between the macs regarding how iPhoto behaves:
    - opening (magnification of) pictures is slow and choppy on the G5
    - on the G5 too, the events don't show the small text box "Display pictures" when mouse is over an event. That implies that we can only double click the event, which opens the event the same we'd do for any album. It seems not possible to double-click and open a single picture displayed in an event frame before we open the event itself.
    I don't get where those differences come from. Is that due to the Graphic card, or also something else? Thanks for helping.

    Lukum
    opening (magnification of) pictures is slow and choppy on the G5
    This could well be due to the graphics card or video RAM that's available.
    I'm afraid I don't quite understand your other issue:
    Have you compared the Preference setting between the two machines? For instance, if at iPhoto -> Preferences -> Events, I select 'Double Click Event: Shows Photos' then I don't get the 'Display Pictures Box, but if I select 'Magnifies Photos' I do.
    Regards
    TD

  • A page does not behave the same in every case

    Hi,
    I am using adfbc and jsf/adf pages.
    I have an entity called Parish (CountryId, CityId, AreaId, ParishName), and created a simple validation method (if the parish name is equal to "test" then to show an error by returning false).
    I created a custom validation method in my AppModule that i just simply get the record id, find the entity and set the values with the method parameters
    I then created a view based on the entity and dragged my view object on my jsf page. I created a button and i binded my custom edit method to the command button, setting the appropriate parameters to bindings on the form. I then double clicked by button and created a binding for the method in a bean.
    When i edit a record and change for example the CountryId, CityId, AreaId and set the ParishName to test (so to force my validation method fire), i am shown the error but the data that i last inputed are lost, and the original are show.
    In another case where i am doing the same thing, the data are kept.
    For example, i have a record with CountryId:UK, CityId:London, AreaId:Finchley, ParishName: North Finchley and when i edit the record and define CountryId:USA, CityId:New York, AreaId:Manhattan, ParishName: test, i get the error message but the data are the original (CountryId:UK, CityId:London, AreaId:Finchley, ParishName: North Finchley). I want to keep the last entered data. In some forms this is done automatically, but in this form i didn't do anything, just dragged and defined, and is not working.
    Anyone please help?
    Antonis

    I apologize for insisting on this, but in my humble opinion it's not useful to try and figure out why your hand-written example is not working if already the declarative way is not working as we expect. We need to figure out why the declarative way is not working first.
    One of my primary jobs is helping customers use ADF correctly and understand how it works internally.
    The code in your updateParish() method is redundantly applying updates to entity attributes that ADF will already have applied to the entity for you. To see this for yourself, you can set a breakpoint in one of the setter methods of your entity object and you'll see that your code is applying the updates a second time.
    I see one reason why your error reporting won't be working as expected, which is that you are directly using the entityImpl object to apply the values. The ADF bundled exception mode only works when you use the view object row to apply the updates to the entities indirectly. Howing using the view object row to apply the values is what ADF will have already done automatically for you, so it's not necessary to do that.
    It's also not a best practice to pass a literal integer value for the first argument of setAttribute(). If for any reason the constant values change, then your code will break. You should call setAttribute("TheAttributeName",thevalue) instead for more robust code.
    Finally, your programmatically setting the user principal name and current date time can also be handled for you automatically by ADF by setting those attributes to be of the correct "History Attribute" type. See section "6.6.3.10 History Attributes" in the ADF Developer's Guide for Forms/4GL Developers on the ADF Learning Center at http://www.oracle.com/technology/products/adf/learnadf.html
    Set a breakpoint in your validation method and debug the completely declarative edit form with the simple (Commit) button. We need to understand if the:
    (a) validation is executing, failing, but the validation error is not being reported correctly, or
    (b) validation is never being enaged at all.

  • Program not behaving the same after making it a JAR

    Hello,
    I'm developing a program using Eclipse and wanted to export a JAR file to test out. I was able to successfully make the JAR file and it does run, but not as expected. For example, I have the following code which opens up a JFileChooser and lets the user select multiple files to be stored in a JList (via a list model). When I run this from the IDE during development, it works as it should, allowing me to select multiple files from the JFileChooser and adds all of the files to the JList. However, when I run the JAR, it lets the user select multiple files but only adds ONE file to the list. Not only that, but it doesn't seem to be running my "loadComparePaper()" method after adding the item to the list model.
    JFileChooser fileChooser = new JFileChooser();  // New JFileChooser
    fileChooser.setMultiSelectionEnabled( true );     // Allow multiple files to be selected
    FileFilter docFilter = new ExtensionFileFilter( null, acceptableFiles );  // "acceptableFiles" is an array of allowable extensions (not shown in this snippet)
    fileChooser.addChoosableFileFilter( docFilter );  // Tell the JFileChooser to use my filter
    int returnValue = fileChooser.showOpenDialog( null );  // Open the dialog; store result
    if ( returnValue == JFileChooser.APPROVE_OPTION ) {
        File[] selectedFiles = fileChooser.getSelectedFiles();  // Get selected files; store in array
        for ( int i = 0; i < selectedFiles.length; i++ ) {  // For each selected file..
         compareListModel.addElement( selectedFiles[ i ].getName() );  // Add file name to list -- getting stuck here!
         loadComparePaper( selectedFiles[ i ] );  // Call method to load this file (read it)
    }It seems like it's not running the whole for loop, because only one item is being added to the list and it never reaches "loadComparePaper()". Again, it works during development in the IDE and I've tried exporting the JAR quite a few times to see if that was the problem, but the JAR itself is executing.
    Any ideas? I'm baffled as to why it works while I'm testing it out in the IDE, but after I export the JAR it's not working properly. Do you think this has something to do with Eclipse? Has anyone else experienced a problem like this?
    Thanks

    ThomYork:
    Thank you for the advice. I'm new to using JARs and foolishly forgot or didn't realize that I should run it from the console to check for errors. Well, it seems this is the problem: I'm using Apache's POI package and have it stored in the directory +/my_project/lib/poi/+. Within the +/poi/+ folder are 3 JAR files that my program references. When I run my app from within the IDE, I don't get any errors because I've included them in the build path. However, when I run my JAR, it can't find the classes -- it doesn't seem to be looking in the +/lib/poi/+ folder even though my JAR file is in the same root directory as the main class when I run it within the IDE (i.e., both my_main_class and my_main_jar are in the same level directory, and would need to look in the +/lib/poi/+ folder for the other packages).
    So I guess my problem is... my JAR file doesn't "see" the path of the other packages I'm using. In Eclipse, I've configured my project to include these other packages in the build path (and also the "Order and Export" build path) so I thought it would include them, but that doesn't seem to be working.
    Am I missing something? How do I include JARs in other packages / folders so that they work in my JAR?
    Thanks again
    EDIT: I see some other people on this forum experiencing similar issues and I noticed you've helped them out. I tried creating a manifest file, but that didn't work, either... just to be more specific, this is the error message I'm getting:
    Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: org/apache/poi/poifs/filesystem/POIFSFileSystem
            at OneToOne.loadSourcePaper(OneToOne.java:907)Edited by: ibanezplayer85 on Aug 14, 2008 10:19 PM

  • Embedded videos not behaving the same

    Hi:
    I just put some video clips on my web site. I have embedded
    them. 3 clips are similar in terms of size of file and length of
    clip. When I click them from the web site 2 of them immediately
    display the QuickTime Player with a download progress bar. The
    third one, however, just shows the big blue Q on the page until the
    entire video is downloaded then the player appears but it's about a
    35 second wait. I'm sure I handled the 3 clips the same why do they
    show up differently. I'm afraid a lot of people won't hang around
    that long not knowing what's going on.
    Any suggestions?

    NOTE that you have autoplay set to FALSE:<embed
    src="video%20clips/Soul%20Brothers%202.mov" width="185"
    height="148"
    autoplay="false"></embed> <embed
    src="video%20clips/Afrikadey%20med%20large%20copy.mov"
    width="249"
    height="197" autoplay="false"></embed>You don't have
    these coded properly
    for the ActiveX fix in Internet Explorer.

  • Firefox mouse event not behaving the same on PC and Mac computers

    I use the FCKEditor and having a very strange problem. When I click on the FCKEditor's editing area, the keyboard gets disabled untill I click the mouse somewhere outside of the editing window. The problem only happen on Firefox (3.6.10) on Mac computer (Snowleopard 10.6.4). Doing exactly the same steps on PC works without any problem.
    What I want to know:
    - Is it possible that the Firefox on Mac is different than the PC in handling mouse events? Or some other areas?

    Sounds more that Firefox is treating that editor area as read-only.
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • Pages not rendering the same with preview

    Could anyone tell me why my pages are viewing differently
    when &quot;live&quot; versus when I use the preview/debug
    feature in DW 8? What is looking differently, is that my side
    margins are not showing up at all on the live pages but they do
    show on the previews. Please help.
    http://kidtalksls.com
    Thanks!

    On Wed, 6 Feb 2008 00:57:59 +0000 (UTC), "binkyu"
    <[email protected]> wrote:
    >Could anyone tell me why my pages are viewing differently
    when 'live' versus
    >when I use the preview/debug feature in DW 8? What is
    looking differently, is
    >that my side margins are not showing up at all on the
    live pages but they do
    >show on the previews. Please help.
    http://kidtalksls.com Thanks!
    Not sure exactly what, but it's being caused by the ads your
    free host
    is displaying.
    Gary

  • HT201320 I have a new ipad mini - I am able to receive emails but not send - same with text. I have tried to follow the support advice. I have deleted my aol account and added it again. I have compared every setting with my husband, who has an ipad? Pleas

    I have a new ipad mini - I am able to receive emails but not send - same with text. I have tried to follow the support advice. I have deleted my aol account and added it again. I have compared every setting with my husband, who has an ipad? Please help

    ps when syncing it jumps through steps 1 - 4 real fast, i seem to remeber iphone showing the number of tracks transferring and names, but i see nothing? then it sits on 5 saying "waiting for changes to be applied"

  • Sometimes a web page appears with only text and no picures. It is not always the same site and does not always happen. If I switch to Explorer for the same web site it always works

    Sometimes a web page appears with only text and no picures. It is not always the same site and does not always happen. If I switch to Explorer for the same web site it always works

    Thank you, it worked with just F5. I don't know whether CTRL + F5 would work because the problem has not come back yet!

  • TS1702 I downloaded IOS6 to my ipad2..since then the Pentix Free app has not been behaving the same as before the download

    I downloaded IOS6 to my ipad2...since then the Pentix Free app. has not been been behaving the same
    Is this a problem with the upgraded IOS?

    It's more likely that the App make needs to provide and update for iOS6.

  • The executible I build with the application builder does not function the same as my VI file.

    I am using a USB 6008 device with the newest DAQmx drivers and Labview
    8.2 to make analog voltage readings.  Within my main VI I first
    create a data folder in the same location as the VI using a property
    node and then use case statements to call two sub VIs that create a
    data file within the data folder and then collects data.  When I use the
    application builder to create an executible the resulting file does not
    operate the same as the origional VI.  The program appears to be
    reacting to button presses on the GUI, but there is no indication that
    the data folder is being created or that any measurements are buing
    made.  Are there any known issues that may account for this
    anomily?
    -Mike
    Message Edited by TMBurleson on 10-16-2006 03:09 PM

    Are you using the VI Path property, using a reference to the current VI?
    I could be wrong, but if you're attempting to use a path relative to the current VI, I think that does indeed change in a built application. If your VI used to be C:\somewhere\foo.VI, then after building its path would actually be C:\somewhere\foo.EXE\foo.vi . Thus, if foo.VI used to try to make a folder like C:\somewhere\datafolder, the built application would be trying to make C:\somewhere\foo.EXE\datafolder , which wouldn't work.
    This is sort of a shot in the dark, but does this sound like it might be the case?
    EDIT: Dennis beat me to it.Message Edited by kehander on 10-16-2006 03:26 PM

  • I am deleting files through my trash in my macbook pro (2010) and then emptying the trash can, but my hard disk space is not increasing! i recently upgraded to lion and the problem is new, wasn't the same with snow leopard! HELP!!!!!

    i am deleting files through my trash in my macbook pro (2010) and then emptying the trash can, but my hard disk space is not increasing! i recently upgraded to lion and the problem is new, wasn't the same with snow leopard! HELP!!!!!
    When i press command+I (Get Info) i see that there is 140 GB "Available Space" on my hard disk but when i click on my hard disk icon on the desktop, and then press "space" i only see 102 GB free!! What the f*???
    Please HELP!!!!!! Getting second thoughts on Lion!!!!

    Hi b,
    Have you restarted yet?

  • How to sync with two computers not at the same time, I'm registerd with one computer

    How to sync with two computers (not at the same time), I'm registered with one computer and am trying to connect with second computer with same iPhone. To sync the first time with the second PC "Firefox Sync Option tells me Create New account or Connect, when I connect it gives me a Passcode and on iPhone it also gives me a Passcode, than how do I connect? Both the iPhone and PC gives me a Passcode and have now idea what to do with them.
    Where do I find my Sync Key ? so I can install manually if it works ?

    Use the Sync Key ''(Recovery Key)'' from the PC that you used to initially setup your Firefox Sync service, when setting up that 2nd PC with Sync. You need to use '''Add a device''' to setup the 2nd and subsequent devices on a Sync account. <br />
    https://support.mozilla.com/en-US/kb/add-a-device-to-firefox-sync

Maybe you are looking for

  • Updated an app & lost a lot of work

    I just updated an app that I used to make flashcards.  It had close to 400 cards in it an the update wiped them out.  I have to believe that they are in there somewhere.  Can someone tell me if there is a finder type app on the ipad, or some other wa

  • Add special char in standard text

    Hi Guru, I try to add special character such as &, '' etc in standard text thru web UI. But Somehow system cannot identify the special char. Does anyone come across this before?

  • Testing email notifications

    Will I get email notifications for this topic?

  • Importing 16x9 quicktime DV

    Having trouble. IMHD still "squishes" 16x9 quicktime DV to fit 4x3 ratio. The IMHD file is DV widescreen. My letterboxing in preferences is unchecked. All imported footage shot in 16x9 is fine. No problems with letterboxing or pillar boxing. When I p

  • HTML E-mail through workflow.

    Hi all, Can any one please tell me how we can send an HTML e-mail through workflow. The E-mail should be having a link, so that when the user clicks on that link it must take the user to the specified website, say http://www.google.com. My Tools vers