LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Full Screen Script help (https://www.linuxquestions.org/questions/programming-9/full-screen-script-help-259669/)

jackjill 11-26-2004 07:36 PM

Full Screen Script help
 
Hi all,
i'm new in linux environment and have a v. tough task. Please help me how to initiate it.
give me some expample scripts..
the prob def is :

* i am trying to write a full-screen utility, that displays the permissions of a directory and all the directories in the directory's path. it will also show other information about the directories, as the cursor is moved up and down the list of directory names.
* i'm also using a Windows telnet session, because that is how I will be testing the script. I use the Windows version of QVT/Term.

please tell me how to solve this prob..

david_ross 11-27-2004 07:57 AM

How about this?:
ls -lR

jackjill 11-28-2004 04:23 PM

its not perffect :
ls -lR

the screen not going to be full.
I am trying to make it full screen, in case of user is using the ssh on windows or anyother terminal like QTV/Term
please tell me the solution

acid_kewpie 11-28-2004 04:32 PM

what's "full" supposed to mean??

david_ross 11-29-2004 01:48 PM

Do you mean you want to be able to scroll the output? What about:
ls -lR | more
ls -lR | less

jackjill 11-29-2004 06:53 PM

oh no man... now i explain clearly .. iwant a full screen in 24 rows and 80 columns size.
i think now its clear to you..
please tell me how to do it ?

thanks for proper responses .
good luck

jlliagre 11-30-2004 02:01 AM

This is clear to no one, jackjill.
24x80 is not full screen but full window, unless you work with an old tty terminal, which I doubt or outside a windowing environment ...

Can you really elaborate on what you are looking for ?

acid_kewpie 11-30-2004 02:52 AM

blimey, some people really don't like making it easy for us....

are you looking for somethign like mc?? a console file manager?

vharishankar 11-30-2004 04:30 AM

I think jackjill's looking for help regarding pure text mode, outside of X windows (and outside of a graphical environment).

jlliagre 11-30-2004 07:59 AM

"ls -lR | more" work well in console mode too, and he's not happy with that.
I guess acid_kewpie is right and it's some kind of midnight commander that what jackjill wants ...

david_ross 11-30-2004 12:23 PM

Quote:

Originally posted by jackjill
oh no man... now i explain clearly .. iwant a full screen in 24 rows and 80 columns size.
i think now its clear to you..
please tell me how to do it ?

Just make your text size bigger within your emulator.


All times are GMT -5. The time now is 09:17 PM.