sites with the listings


 
Thread Tools Search this Thread
Top Forums Programming sites with the listings
# 1  
Old 12-22-2003
sites with the listings

Is anybody know sites with the listings of simple programs for Linux (in text mode)
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. HP-UX

kernel param listings

Which shows the current kernel settings accurately? kmtune or sysdef. I ask because although some params show the same setting with both, some do not. Example >kmtune | grep nfile nfile 75008 - (15*NPROC+2048) >sysdef | grep nfile nfile 75018 ... (6 Replies)
Discussion started by: theninja
6 Replies

2. Shell Programming and Scripting

displaying 3 directory listings in 3 separate columns.

i having problems figuring out how to 'read' in 3 different directory listings and then display them on the screen into 3 separate columns. i thought i could use a 'for' loop to grab each directory and then assign a unique variable to each line 'read' in. of course, as you experts all know,... (16 Replies)
Discussion started by: mjays
16 Replies

3. Programming

Fingerlines in GCC Listings

I recently moved from an AIX to a Linux environment, currently using GCC. I've searched the manpages, to no avail on this one. Q: Does gcc have an option to include finger lines in the listing? In other words, the equivalent compile option for AIX's -qsource and -qsrcmsg? If you don't know... (1 Reply)
Discussion started by: marcus121
1 Replies

4. Solaris

listings file of a package

Hi, Is there a command to list all files within an installed package ? A command to print out a file's package owner ? I have trouble to install a temporary license for FTAM and OSI 9.0 on my sunfire280r and i suspect the licensing software is the reason... Any SUN guru out there ? Thanks (4 Replies)
Discussion started by: andryk
4 Replies

5. Shell Programming and Scripting

file listings by date

Hi all, First post, be gentle ;) OK I'm trying to list all files in a directory that are between x days and y days old, where I need to treat days as being from 00:00 to 23:59. i.e. a list of all files between 1 day and 8 days old would include all files between 00:00 8 days ago and 23:59 1... (1 Reply)
Discussion started by: Boothy
1 Replies

6. Programming

Listings of the games for Linux

Hello! I need tne listings of the very simple games(like mad builders or snake) in text mode, when is running only bash. If you got one, please send me on e-mail or post it just in this thread. I also need the following programms, if you have one of them or can quickly write it, please help me: 1)... (4 Replies)
Discussion started by: Studenttt
4 Replies
Login or Register to Ask a Question
fslsfonts(1X)															     fslsfonts(1X)

NAME
fslsfonts - list fonts served by X font server SYNOPSIS
fslsfonts [-options...] [-fn pattern] OPTIONS
This option specifies the X font server to contact. Lists some attributes of the font on one line in addition to its name. Lists font properties in addition to -l output. Supported for compatibility with xlsfonts, but output is the same as for -ll. This option indicates that long listings should also print the minimum and maximum bounds of each font. This option indicates that listings should use multiple columns. This is the same as -n 0. This option indicates that listings should use a single column. This is the same as -n 1. This option specifies the width in characters that should be used in figuring out how many columns to print. The default is 79. This option specifies the number of columns to use in displaying the output. The default is 0, which will attempt to fit as many columns of font names into the number of character specified by -w width. This option indicates that the output should be left unsorted. DESCRIPTION
The fslsfonts program lists the fonts that match the given pattern. The wildcard character "*" may be used to match any sequence of charac- ters (including none), and "?" to match any single character. If no pattern is given, "*" is assumed. The "*" and "?" characters must be quoted to prevent them from being expanded by the shell. ENVIRONMENT
to get the default host and port to use. BUGS
Doing fslsfonts -l can tie up your server for a very long time. This is really a bug with single-threaded non-preemptable servers, not with this program. SEE ALSO
xfs(1X), showfont(1X), xlsfonts(1X) AUTHOR
Dave Lemke, Network Computing Devices, Inc fslsfonts(1X)