Sponsored Content
Full Discussion: customising listing of files
Top Forums UNIX for Dummies Questions & Answers customising listing of files Post 77068 by vasikaran on Monday 4th of July 2005 02:11:19 AM
Old 07-04-2005
thanks

Wow ,

thatst lovely output


thanks yaar
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Recursive directory listing without listing files

Does any one know how to get a recursive directory listing in long format (showing owner, group, permission etc) without listing the files contained in the directories. The following command also shows the files but I only want to see the directories. ls -lrtR * (4 Replies)
Discussion started by: psingh
4 Replies

2. Linux

Listing of files

How can I list all files in a directory and its subdirectories that have been created or changed since the system was booted. I was trying to acomplish this with "ls" and "find" commands but could not get anything usefull. Maybe some one can provide me a hint. Thank you for your time. (1 Reply)
Discussion started by: Vitalka
1 Replies

3. UNIX for Dummies Questions & Answers

customising the output

customising the output if i have entries in my file like 1234 A 3433 A 4343 B 3434 B 7667 C 4343 D can i get the output like A B C D 1234 4343 7667 4343 3433 3434 and also like (3 Replies)
Discussion started by: vasikaran
3 Replies

4. Programming

Listing Files

Dear All, I want to list all the files of a Directory. I am not able to find out the code. So plz send me code in C in Unix Environmrnt so that I can Display all the file names of a Directory (3 Replies)
Discussion started by: krishna_sicsr
3 Replies

5. UNIX for Advanced & Expert Users

listing files excluding files from control file

I have a directory named Project.I have a control file which contains valid list of files.I would like list the files from directory Project which contains files other than listed in the control file. Sample control file: TEST SEND SFFFILE CONTL The directory contains followign... (15 Replies)
Discussion started by: ukatru
15 Replies

6. UNIX for Dummies Questions & Answers

listing certain files

How would i list the files that begin with a and end with .erc with 4 characters between (5 Replies)
Discussion started by: trob
5 Replies

7. Shell Programming and Scripting

perl script for listing files and mailing the all files

Hi, I am new to perl: I need to write perl script to list all the files present in directory and mail should be come to my inbox with all the files present in that directory. advanced thanks for valuable inputs. Thanks Prakash GR (1 Reply)
Discussion started by: prakash.gr
1 Replies

8. SuSE

Listing files

Hi, This may be silly for some of you guys, but please guide me, I have the followin fies in my directory, root@unix:/onlineredo/XTT77 : ls -l total 4129992 -rw------- 1 XTT77 XTT77 10493952 Jul 28 2010 S0106839.LOG -rw------- 1 XTT77 XTT77 10493952 Jul 28 2010 S0106840.LOG... (3 Replies)
Discussion started by: suren1829
3 Replies

9. Shell Programming and Scripting

Listing the file name and no of records in each files for the files created on a specific day

Hi, I want to display the file names and the record count for the files in the 2nd column for the files created today. i have written the below command which is listing the file names. but while piping the above command to the wc -l command its not working for me. ls -l... (5 Replies)
Discussion started by: Showdown
5 Replies
MAELSTROM(6)							   Games Manual 						      MAELSTROM(6)

NAME
Maelstrom - an arcade-style game resembling Asteroids SYNOPSIS
Maelstrom [options] Maelstrom [-netscores] -printscores DESCRIPTION
This is a Linux port of the Macintosh game by the same name. This version is remarkably faithful to the original. You pilot your ship through the dreaded "Maelstrom" asteroid belt -- suddenly your best friend thrusts towards you and fires, directly at your cockpit. You raise your shields just in time, and the battle is joined. The deadliest stretch of space known to mankind has just gotten deadlier. Everywhere massive asteroids jostle for a chance to crush your ship, and deadly Shenobi fighter patrols pursue you across the asteroid belt. But the deadliest of them all is your sister ship, assigned to you on patrol. The pilot, trained by your own Navy, battle-hardened by months in the Maelstrom, is equipped with a twin of your own ship and intimate knowledge of your tactics. The lovely Stratocaster R&R facility never sounded so good, but as you fire full thrusters to dodge the latest barrage you begin to think you'll never get home... OPTIONS
-display host:0 Runs Maelstrom on the given X11 display. -fullscreen Puts a big black border around the Maelstrom screen, and centers Maelstrom within it. This help create a "full screen" effect on large displays. During the game the screen mode can be toggled using Alt+Return. -privatecmap Runs Maelstrom with a private (custom) colormap. This prevents Maelstrom from locking up all of the colors on your display. It is only useful on 256 color (pseudo-color) displays. -gamma [0-8] Sets the gamma correction level for Maelstrom. The higher the gamma correction, the brighter Maelstrom will appear on your monitor. If no gamma level is given, Maelstrom will print the current gamma level saved in your custom configuration. Once this option is used, the gamma correction level is saved, and this option doesn't need to be used later unless you want to change it again. -volume [0-8] Sets the sound volume. -nofade Prevents Maelstrom from doing the screen fading. This is useful if you find the fading annoying. -realfade Causes the entire display to fade, not just inside the Maelstrom window. -netscores Tells Maelstrom to use the Internet Maelstrom Score Server for the high score list. -printscores Prints out a list of the current high scores. If used with the -netscores option, it will will connect to the Internet Maelstrom Score Server and print out the world-wide Maelstrom high scores. -player N[@host][:port] Tells Maelstrom that it is playing a network game, and that player N is at host host and/or port port. -server N@host[:port] Tells Maelstrom to use a network address server at host host (and port port) for a multiplayer game with N players. -deathmatch [N] Configures a multiplayer game to continue until someone gets N frags (default = 8). A frag is 3 shots at a player. -version Prints the version of the Maelstrom binary. -speedtest Runs Maelstrom in a graphics test mode. It prints the number of milliseconds it takes for your graphics display to display a full 48-frame, 360 degree rotation of your ship. It is for comparative information only. NOTES
maelstrom is an alias for Maelstrom; you may use either to start the game. Maelstrom_sound is the Maelstrom sound server. You do not need (nor should you try) to start this yourself; Maelstrom uses it transpar- ently. AUTHOR
The original Maelstrom was written for the Macintosh by Andrew Welch. The Linux port was done by Sam Lantinga <slouken@devolution.com>. The author has approved the inclusion of Maelstrom in Debian distributions, including commercially distributed versions, as long as Mael- strom is not sold independently and remains freely available. This manual page was contributed by Robert Leslie <rob@mars.org>. 29-Dec-1996 MAELSTROM(6)
All times are GMT -4. The time now is 11:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy