AWK Problemm Zeilentrenzeichen



  • Was muss ich tun damit awk in einer datei Zeilentrenzeichen ignoriert. Also folgentes macht

    # The following line should be used instead of the previous by sites
    # with old (X11R4) pbm utilities
    #image/gif; showpicture %s; compose="xwd -frame | xwdtoppm | ppmtogif > %s\; exit 0"; description="An X11 window image dump in GIF format"
    # For receiving X11 window image dumps from older versions of Andrew messages
    image/x-xwd; showpicture %s; description="An X11 window image dump in X-XWD format"
    
    message/partial; showpartial %s %{id} %{number} %{total}
    message/external-body; showexternal %s %{access-type} %{name} %{site} %{directory} %{mode} %{server}; \
    	needsterminal; composetyped = extcompose %s; \
    	description="A reference to data stored in an external location"
    

    zu sowas macht

    # The following line should be used instead of the previous by sites
    # with old (X11R4) pbm utilities
    #image/gif; showpicture %s; compose="xwd -frame | xwdtoppm | ppmtogif > %s\; exit 0"; description="An X11 window image dump in GIF format"
    # For receiving X11 window image dumps from older versions of Andrew messages
    image/x-xwd; showpicture %s; description="An X11 window image dump in X-XWD format"
    
    message/partial; showpartial %s %{id} %{number} %{total}
    message/external-body; showexternal %s %{access-type} %{name} %{site} %{directory} %{mode} %{server}; needsterminal; composetyped = extcompose %s; description="A reference to data stored in an external location"
    

    Ist wichtich 😕


Anmelden zum Antworten