Newbie to SCO


 
Thread Tools Search this Thread
Operating Systems SCO Newbie to SCO
# 1  
Old 08-29-2012
Newbie to SCO

Whenever I "Print To File"...how do I find where the File is located?Smilie
# 2  
Old 08-29-2012
Which program is asking you to "print to file"?
If it is your application program then you will have to find out within the application program documentation.
You may be able to find it by running the following command, and then use some intuition.
Code:
find / -mtime -1 -print

It will list all the files that have been created/modified within the last day.
# 3  
Old 09-06-2012
spaces print to file look up

are there spaces between this command line...this is what I am looking for...

for Speedway SWD, Ltd. I have ‘printed' the Jan through July GL-TB from RealWorld

I am lost here...Jim
# 4  
Old 09-06-2012
The print file could be anywhere on your system. The only person who knows for sure is the person who installed, and or configured the Realworld software.
Some likely places to look are in your home directory, or a directory within the Realworld directory structure called 'spool' or 'reports'
If the person who set up your system is no longer available, and remote access to your system is possible, then I can provide that help for you.
# 5  
Old 09-07-2012
From an earlier version, and from a questionalble memory, print files were in the real world directory (/u/rw/username/reports). YMMV.

IIRC, in print to file you are asked to name the file. You can use the find command to locate it. Once again, remember the memory problem:

at root: find / -name filename -print

Last edited by edfair; 09-07-2012 at 12:26 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

perl newbie . &&..programming newbie

Hi, I am new to programming and also to perl..But i know 'perl' can come to my rescue, But I am stuck at many places and need help..any small help is much appreciated... below is the description of what i intend to acheive with my script. I have a files named in this format... (13 Replies)
Discussion started by: xytiz
13 Replies

2. Shell Programming and Scripting

perl newbie . &&..programming newbie (question 2)

Hello everyone, I am having to do a lot of perl scripting these days and I am learning a lot. I have this problem I want to move files from a folder and all its sub folders to one parent folder, they are all .gz files.. there is folder1\folder2\*.gz and there are about 50 folders... (1 Reply)
Discussion started by: xytiz
1 Replies

3. UNIX for Dummies Questions & Answers

UNIX newbie NEWBIE question!

Hello everyone, Just started UNIX today! In our school we use solaris. I just want to know how do I setup Solaris 10 not the GUI one, the one where you have to type the commands like ECHO, ls, pwd, etc... I have windows xp and I also have vmware. I hope I am not missing anything! :p (4 Replies)
Discussion started by: Hanamachi
4 Replies
Login or Register to Ask a Question