Sponsored Content
Top Forums Shell Programming and Scripting Unable to print block of data Post 302884085 by Akshay Hegde on Friday 17th of January 2014 11:11:34 AM
Old 01-17-2014
What is your aim ? what's error message ?
 

10 More Discussions You Might Find Interesting

1. SCO

Non-Root Users Unable to Print

UnixWare 7, Release 7.1.3 We have a customer that has frequent issues with Non-Root users being unable to print. They are able to print w/o issues, but all of the sudden it stops working. The only workaround we have at this point is to reboot the server. It is happening weekly according to... (1 Reply)
Discussion started by: cfshd
1 Replies

2. AIX

Unable to print Cyrillic fonts

Hi All I confifured HP 4250 printer on AIX server..I am unable to print cyrillic fonts prints. Please assist.. (0 Replies)
Discussion started by: kandatihari
0 Replies

3. Shell Programming and Scripting

Unable to set a data to array

Hi All, Iam trying to set the value to the array... Still its not happening Following is the code: #!/usr/bin/ksh filenames="x"; filenames="y"; echo $filenames; echo $filenames; O/P: x x Iam expecting (2 Replies)
Discussion started by: kiranlalka
2 Replies

4. Solaris

NIS slave unable to copy the data bases

Hi, I'm learning for my Solaris 10 sys-admin part 2. I'm now trying to get nis working because for the exercise. I run in to a problem. Setup: Three Systems solaris101 (client) Nothing wrong here havent made any config changes yet. solaris102 (master server) Interfaces ... (1 Reply)
Discussion started by: jld
1 Replies

5. Programming

Unable to publish data

Hi All, In my application, we are using Publish/subscribe model implemented in JAVA and when I implemented it on windows to windows os,it is working fine and able to publish the right data and even when I am trying the same between two different OS i.e between Windows and Solaris sparc or... (1 Reply)
Discussion started by: smartgupta
1 Replies

6. Shell Programming and Scripting

FNR>2 is not working and unable to extract data from a file

Hi, I have a file in windows environment and moved to UNIX through FTP (ASCII format). The file is having with tab delimited file. awk ‘FNR>2' file_cust*.txt >>filnal.txt I have the same file in production; it is working fine with the same procedure. Once we receive the file in windows... (1 Reply)
Discussion started by: onesuri
1 Replies

7. Shell Programming and Scripting

Unable to Print Count

Hi All, I am performing addition of two inetger variables which assigning output to a new variable getting following error. Check1.sh #!/bin/ksh filesrc=/usr/kk/Source1.txt filetgt=/usr/kk/Source2.txt FINAL_COUNTS= `awk '{n++} END {printf "%012d\n",n}' ${filesrc} ${filetgt}`... (3 Replies)
Discussion started by: kmsekhar
3 Replies

8. Shell Programming and Scripting

Unable to print dynamic arguments in for loop

Hi All, I want to pass few dynamic arguments to shell script. The number of arguments differ each time I call the script. I want to print the arguments using the for loop as below. But not working out. for (( i=1; i<=$#; i++ )) do echo $"($i)" done /bin/sh test.sh arg1 arg2 arg3 ... (1 Reply)
Discussion started by: laalesh
1 Replies

9. Shell Programming and Scripting

Unable to retrieve data from shell when connected to Oracle

I am trying to get the data from oracle table to a variable I have tried the below code #/usr/bin/sh echo " I am in correct loop" SPOOL_FILE=/app/scripts/alt.lst sqlplus /nolog <<END_SQL connect bindu/bindu@gis whenever sqlerror exit failure rollback;... (4 Replies)
Discussion started by: Kiransagar
4 Replies

10. Shell Programming and Scripting

Unable to print python array in shell script loop.

I am unable to loop print a python string array in my unix shell script: ~/readarr.sh '{{ myarr }}' more readarr.sh echo "Parameter 1:"$1 MYARRAY= $1 IFS= MYARRAY=`python <<< "print ' '.join($MYARRAY)"` for a in "$MYARRAY"; do echo "Printing Array: $a" done Can you... (10 Replies)
Discussion started by: mohtashims
10 Replies
ROTT(6) 							 Rise of the Triad							   ROTT(6)

NAME
rott - Rise of the Triad SYNOPSIS
rott [options] rott-shareware [options] rott-commercial [options] rott-superrott [options] rott-sitelicense [options] DESCRIPTION
ROTT is a port of Apogee's 3D action title Rise of the Triad, originally released in 1994. This port duplicates the functionality of the original game on modern operating systems, including Linux, Win32, and Mac OS X. The rott-shareware, rott-commercial, rott-superrott and rott-sitelicense binaries start the Shareware Version, Commercial Version, CD Ver- sion and Site License CD Version of the game, respectively. The rott binary is a symbolic link to one of these and is handled via Debian's update-alternatives mechanism. OPTIONS
aim Give aim crosshair. fullscreen Start in fullscreen mode. window Start in windowed mode. resolution widthxheight Specify the screen resolution to use (next parameter is widthxheight). Valid resolutions are 320x200, 640x480 and 800x600. spaceball Enable check for Spaceball. nojoys Disable check for joystick. nomouse Disable check for mouse. nosound Disable sound. cyberman Enable check for Cyberman. assassin Enable check for Wingman Assassin. ver Version number. mapstats Dump Map statistics to ERROR. tilestats Dump Tile statistics to ERROR. mono Enable mono-monitor support. screenshots Clean screen capture for shots. pause Pauses startup screen information. enablevr Enable VR helmet input devices. noecho Turn off sound reverb. demoexit Exit program when demo is terminated. warp level Warp to specific ROTT level (next parameter is level to start on). timelimit time Play ROTT in time limit mode (next parameter is time in seconds). maxtimelimit time Maximimum time to count down from (next parameter is time in seconds). dopefish ? AUTHORS
ROTT was created and published as shareware by Apogee Software, Ltd. and was published commercially by FormGen, Inc. The primary contributors to the icculus.org port are: Steven Fuller, Ryan C. Gordon, John Hall and Dan Olson. This manual page was written by Fabian Greffrath <fabian@debian-unofficial.org> for the Debian project (but may be used by others). 1.0 2008-04-23 ROTT(6)
All times are GMT -4. The time now is 12:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy