How to view results page wise in the console

how does one view the result page wise. i m reading a huge file in the console but cant see it page wise.

Pipe it through a pager like "more".
cat myfile | moreor
more myfileor
java MyProgramThatCreatesALotOfOutput | moreUnless you're using a pretend operating system thrown together in Redmond WA, in which case the piping and more has some restrictions. Also I think that the text display command ("type", I think) takes an argument to page its output.

Similar Messages

  • Can I see how many views a book had in the iTunes Store?

    Can I see how many views a book had in the iTunes Store?

    No,  but you can  open your iTunesconnect page and see how many downloads and in what countries over a certain period and there are other none Apple application which offer more info....
    Search  posts by K.T. he has given out this infor previously in the iBooks discussion gpoup

  • How do I get Pages to capitalize the first word of a sentence and the letter 'I?"

    How do I get Pages to capitalize the first word of a sentance and the letter "i" automacticly?

    I am also having this problem. Does anyone have an answer?
    I jus upgraded from Pages 4.3 and it's in Preferences. Not so in Pages 5.0.

  • How to call html page with in the flash

    I am new to action script, can some one guide me how to call html page with in the flash. lets say i have movie clip having instance name as "news_feed", I need to disply the html page in this news_feed. kindly help me, thanks alot

    some one tell me, weather it is possible or not ??

  • How do I put page number at the center of the bottom of page one and the rest of the page numbers at top right corner?

    How do I put page number at the center of the bottom of page one and the rest of the page numbers at top right corner?

    Put a section break at the bottom of page 1
    Then insert your page number in the footer of page 1.
    Go to page 2 and click in the body of the text;
    Inspector > Layout > Section > uncheck Use Previous Headers & Footers > click in Header on page > insert > Page Number
    Peter

  • How do I get page numbers on the left and right side of the page?

    I am finishing up a book in PAGES '08 on my Mac.
    How do I get page numbers on the left and right side of the page.
    I can get them on the page but I'd like them on the left and right sides.
    Evan

    If the icons are from dmg files that were used to install 3rd party apps like this one for VueScan
    Control (right) - click on the open dmg icon and select "Eject  xxxx" from the contextual window.
    Then find the actual dmg file associated with those icons
    and drag to the Trash in the Dock and empty.

  • TS1367 Fix for when viewing a page in Safari, the computer flips back to the Finder page, sometimes quickly sometimes it gives me a little time to view before flipping back to the Finder page

    I need a fix for when I'm viewing a page in Safari, the computer flips back to the Finder page, sometimes quickly, sometimes it gives me some time to view before flipping back

    http://support.apple.com/kb/ht4137

  • How can I extract page with showing the e-sign signatures?

    How can I extract page with showing the e-sign signatures? When I extract pages, the e-sign signatures are all disappear.  Or can I save the documents without verify the signatures?  When I open the documents, it need verify the signatures and then open it now.

    Hi Ada,
    The thing you have to realize is when using Acrobat or Reader to create a digital signature you are signing the whole document (all of the bytes in the document). You are not signing just the page where the signature appearance resides.
    Another thing to realize is the signature appearance (what you see on the page in the signature field) is not the signature itself. The signature proper is a block of hex encoded bytes written into the PDF file and not something you see (unless you open the file in a text editor). What you see on the page is just a graphical representation of the actual signature, but it's not the actual signature.
    When you extract a page (even if it had the signature appearance on it) it is just a sub-set of the signed bytes, and if the signature were to be extracted as well it would be invalid because the bytes in the extracted file would not match the bytes in the signature. Because the signature in the extracted document would always be invalid we just remove it.
    Steve

  • How do I get the top links in the search results page to display the folder?

    In the search results page, if you click on the top link from each result, it only brings up the description. Not much use as a link, so was wondering how you display the folder from this link.

    Is this for the general public or just for you?  If it is for the general public then insert this code at the top of the page:
    <TITLE>---</TITLE>
    <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
    </HEAD>
    And also at the end of the file after the closing body tag:
    </BODY>
    <HEAD>
    <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
    </HEAD>
    </HTML>
    It is unorthodox but it works.

  • How to view HTML page source in CR2011 CrystalViewer

    We are migrating from CR2008 SP3--> CR2011 (Unmanaged RAS SP5, OEM Edition 14.0.5.882)
    We have JSP page which wraps the CrystalViewer output between a ReportMenu page
    viewer.setOwnPage> FALSE Ensure that it is not generated with tags
    response.setBufferSize(4096);
    response.setContentType("text/html; charset=UTF-8");
    Writer out = response.getWriter();
    request.getRequestDispatcher("/webrpts/header.jsp").include(request,response);
    viewer.processHttpRequest(request, response, servletContext,response.getWriter());
    When we upgrade to CR2011, the viewer is showing the report in a BOX
    if we right click view Source, the report content are not shown.
    Is there any parameter to view the report source?
    I tried to print the output using viewer.getHtmlContent(request, response, servletContext);
    It does not output the Report Content....
    I am attaching a document to show how it is output in CR2008 and CR2011
    What is the difference between CR2008 and CR2011 Viewer?
    Please help.

    We are using JAVA SDK and already we are hiding the ToolBar by setting
    viewer.setDisplayToolbar(false);
    viewer.setToolPanelViewType(crToolPanelViewTypeEnum.none);
    The documentation says if
    viewer.setOwnPage(false);  then the <HTML></HTML> will not be generated by the
    viewer.processHttpRequest(....)
    But if I output the data generated by this method it does not have the report output....
    We are expecting that and process further using javascript
    What is the difference in behaviour of 2008 and 2011 Crystal Viewer?
    Previous flow explained below
    Ex
    <html>
    <head>.......
    <javascript...............>
    </head>
    <body onload=callCustom()>
    viewer.processHttpRequest(......)
    </body>
    </html>

  • Viewing HTML page saved  on the server from the browser

    Hi all
    In my application i am having some HTML pages saved on the server. I had given an option to the user to view the HTML page from my application. behind the scene what i am doing is that the view request will get handled by a servlet and from that servlet iam locating the HTML page on the server directory and sending the HTML page to browser by using the Servlet OutputStream. The HTML page is shown on the browser but the attached images are not shown. The images are also there in the server directory and are refered in the HTML file correctly. When i directly open the HTML file then the images are shown correctly.
    Can anyone suggest wat's wrong there.
    The code i m using is
    ServletOutputStream out=response.getOutputStream();
                        if(format.equalsIgnoreCase("pdf"))
                             logger.info("Seleted format is pdf..\n");
                             response.setContentType("application/pdf");
                        else
                             logger.info("Seleted format is html..\n");
                             response.setContentType("text/html");
    String file = ReportingConstants.URL_GENERATEDREPORTS+reportPath+itemName;
    // file : HTML file absolute path as string.
                        URL url=new URL(file);                    
                        BufferedInputStream bis=new BufferedInputStream(url.openStream());
                        BufferedOutputStream bos=new BufferedOutputStream(out);
                        byte[] buff = new byte[2048];
                        int bytesRead;
                        while(-1 != (bytesRead = bis.read(buff, 0, buff.length))) {
                             bos.write(buff, 0, bytesRead);
                             bos.flush();
                        }

    You have to undertsand how the browser handles images and other resources in a HTML page. In the HTML there is an image tag that has a url to an image which can be a reletive url or an absolute url (starts with a "/").
    If the url is a relative url the browser interprets the url as being relative to the url currently displayed in the address field discarding the last element of the url . So if the url in the address bar is http://www.myserver.com/myapp/mypage.html and the relative url is images/myimage.jpg, the browser will submit a request to the server for http://www.myserver.com/myapp/images/myimage.jpg
    Now let's say that you are call mypage.html from a servlet that has the url http://www.myserver.com/myapp/servlets/myservlet. Then when the browser tries to retrieve myimage.jpg it will use the url http://www.myserver.com/myapp/servlets/myservlet/images/myimage.jpg and since this is incorrect it will not be able to display the images.
    One solution to this is to change all of the image urls to absolute urls. That is the start with a slash where the slash represents the start of the url after the application domain name. For example you used an absolute url for myimage.jpg it would look like /images.myimage.jpg and when accessing the page through the servlet url (http://www.myserver.com/myapp/servlets/myservlet) the browser will discard everything after http://www.myserver.com/myapp and look for the image at http://www.myserver.com/myapp/images/myimage.jpg which is the correct url.
    A second solution is to use the HTML BASE tag which tells the browser not to interpret the image tag urls (and other resourses) using the current url in the address bar but to use the url supplied in the HTML BASE tag. The browser will still perform the same process for relative urls but now relative to the BASE tag url. Since the BASE tag url will be the same every time the page is accesssed the images should be correctly accessed no matter how the page is accessed (eg directly, using RequestDistpatcher or via your servlet)

  • On Yosemite how do I get Pages to print the page number on every page, not just on alternate ones?

    I  only changed from Windows to an iMac earlier this year (now on Yosemite), but cannot get Pages to print the page number on every page;  it seems only to do it on alternate pages.

    Jeff,
    I do NOT understand your positive attitude. If someone has a problem with Numbers in Yosemite, you tell them to resurrect a pre-Yosemite version of Numbers.
    The VIEW LAYOUT command is basic and critical to Numbers; how could Apple over-look such an important function in Yosemite ... ???
    Joe

  • How do I get Pages to recognize the Norwegian language in spell-check?

    I'm Ameican and I got my beautiful MacBook air with me in Norway.  I use Pages to write notes and do homework, but it doesn't have Norwegian as a language amunst the spellcheck dictionary.  It has Swedish and Danish ofcours, but it's not the same.  Is there any way to get a Norwegian (bokmål) dictionary for Pages?

    You may also add OpenOffice spell checkers, there is a long list of languages, including Norwegian. These may be used with other apps too. Downloaded OO dics have the extension .oxt, manually change it to .zip, confirm when asked that you really wish to do this. Open the resulted folder and take from there .dic and .aff files, and move them to /Library/spelling. You may thus have as many spell checking dics as you wish. They may be selected in all the apps based on the Cocoa engine, including Pages.
    In the attached screenshot, in the lower part you may see these dics.
    P.S. I am not very familiar with Norwegian, but it seems the article does not specify how to download and install OO dics.

  • How to view facing pages in new Pages?

    I have a number of Pages files which were converted to the new format (v5.0.1) under OSX10.9.1, but which now don't appear to display with the pages facing each other. Only single pages are displayed. Probably a dumb question, but how do I change the View so that I can look at pages 1 & 2 on the screen next to each other?

    Apple has simplified this for you.
    You can't.
    Peter
    btw How are you running Pages 5 in OS 9.2x?

  • How to adjust printer page margins on the officejet 6700

    How do you adjust the page margins on an Officejet 6700 premium All in One printer. I just bought and set up.
    Setup and install went well and every thing seems to be working. I have looked in the set up software and have yet
    to find any thing on setting page margins. The issue arose when I printed an email and the right edge of it did not
    print. 
    This question was solved.
    View Solution.

    As I understand it this has a lot to do with the originators message and format (an example here of users with similar issues). It appears html in the messages can cause this and things like scale to fit may not help. Are you able to export the email and open within word or similar program for printing? 
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

Maybe you are looking for

  • Can not transfer Movies or TV Shows from iTunes to Apple TV any more

    Hi, I've been having syncing problems lately, but this latest one I can't solve. My iMac is running 10.6.3 with iTunes 9.1.1 (11). When I sync between the Mac and the Apple TV, everything (music, photos, podcasts, playlists) gets copied except movies

  • Only the home page is visible when looking at my web site on apple products.

    Only the home page of my web site is visible when you use an Apple platform product. Non of the links work. The web site works fine on Windows ei but not Chrome. Ideas??

  • Apple hardware test (AHT) preinstalled on latest macs

    hello, it seems that apple ships it's latest mac models, with AHT preinstalled - i.e. if you hold down the 'D' key on startup a new mac boots into AHT even without any CD present. according to another thread (which i unfortunately lost the link to) i

  • Crystal x and iis7 windows 2008

    I am upgrading to a new box that haas windows server 2008 and iis7.  My sql 08 backend server is on another box running windows 2008. I currently have my live environment working which is using iis 6 with the same backend sql server and all is workin

  • Finder shows in mini window

    Whenever I hit Cmd+N or simply select the command form the menubar, in both cases with the Finder seleced I get this mini windows without neither the sidebar nor the tools in the top of the window. The pathbar is as normal at bottom but the x of y se