Sponsored Content
Full Discussion: File association
Top Forums UNIX for Dummies Questions & Answers File association Post 302882750 by vbe on Thursday 9th of January 2014 04:39:27 AM
Old 01-09-2014
not sure what you want... but if you connect to your box using a full CDE session, then you have in your home directory a hidden directory where your session is saved: ~HOME/.dt
e.g.
Code:
ran1:/home/vbe/.dt $ ll
total 14
drwx------   2 vbe        bin             96 Jun 11  2012 Desktop
drwxrwxrwx   2 vbe        bin             96 Dec  9 18:06 Trash
drwxr-xr-x   2 vbe        bin             96 Oct 19  2012 appmanager
-rw-r--r--   1 vbe        bin            108 Dec 20 18:14 errorlog
-rw-r--r--   1 vbe        bin            281 Dec  9 18:03 errorlog.old
-rw-r--r--   1 vbe        bin            281 Dec  9 18:02 errorlog.older
drwxr-xr-x   2 vbe        bin             96 Jun 11  2012 help
drwxr-xr-x   2 vbe        bin             96 Oct 19  2012 icons
drwxrwxrwx   2 vbe        bin             96 Jun 11  2012 palettes
drwxr-xr-x   2 vbe        bin             96 Dec  9 18:06 sessionlogs
drwxr-xr-x   6 vbe        bin           1024 Nov 14  2012 sessions
-rw-rw-r--   1 vbe        bin            943 Dec 20 18:14 startlog
-rw-rw-r--   1 vbe        bin            946 Oct  1 18:53 startlog.old
-rw-rw-r--   1 vbe        bin            946 Jun 19  2013 startlog.older
drwxr-xr-x   2 vbe        bin             96 Sep 17  2008 tmp
drwxr-xr-x   3 vbe        bin             96 Jun 11  2012 types

 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

File Extension association in CDE

Hi, Any idea how to define the file extension association within CDE. I need to tell dtfile (the file manager) to open *.log files as text documents and not emails... Thanks! (2 Replies)
Discussion started by: me2unix
2 Replies

2. UNIX for Dummies Questions & Answers

Association b/w sockets & processes

Hi, Is there any way i can know the association between sockets and the processes which created them. :confused: (5 Replies)
Discussion started by: soorajmu
5 Replies

3. Shell Programming and Scripting

how to use the filehandle stored in a variable without knowing its file association

how to use the filehandle stored in a variable without knowing its file association i.e. the filename code my $logFH = $connObj->get('logFH'); infoPrint("Variable is of type IO \n") if(UNIVERSAL::isa($logFH, 'IO')); infoPrint("$logFH\n"); output == INFO :: Variable is of type... (0 Replies)
Discussion started by: rrd1986
0 Replies

4. Shell Programming and Scripting

Match list of strings in File A and compare with File B, C and write to a output file in CSV format

Hi Friends, I'm a great fan of this forum... it has helped me tone my skills in shell scripting. I have a challenge here, which I'm sure you guys would help me in achieving... File A has a list of job ids and I need to compare this with the File B (*.log) and File C (extend *.log) and copy... (6 Replies)
Discussion started by: asnandhakumar
6 Replies

5. Shell Programming and Scripting

Compare 2 text file with 1 column in each file and write mismatch data to 3rd file

Hi, I need to compare 2 text files with around 60000 rows and 1 column. I need to compare these and write the mismatch data to 3rd file. File1 - file2 = file3 wc -l file1.txt 58112 wc -l file2.txt 55260 head -5 file1.txt 101214200123 101214700300 101250030067 101214100500... (10 Replies)
Discussion started by: Divya Nochiyil
10 Replies

6. Shell Programming and Scripting

Shell script (sh file) logic to compare contents of one file with another file and output to file

Shell script logic Hi I have 2 input files like with file 1 content as (file1) "BRGTEST-242" a.txt "BRGTEST-240" a.txt "BRGTEST-219" e.txt File 2 contents as fle(2) "BRGTEST-244" a.txt "BRGTEST-244" b.txt "BRGTEST-231" c.txt "BRGTEST-231" d.txt "BRGTEST-221" e.txt I want to get... (22 Replies)
Discussion started by: pottic
22 Replies
ECACCESS-ASSOCIATION-DELETE(1p) 			User Contributed Perl Documentation			   ECACCESS-ASSOCIATION-DELETE(1p)

NAME
ecaccess-association-delete - Delete Association SYNOPSIS
ecaccess-association-delete -version|-help|-manual ecaccess-association-delete [-debug] [-gateway name] association-name DESCRIPTION
Allow deleting an ECtrans Association. Once deleted the Association can not be retrieved. The History associated with this Association will also be removed from the ECaccess Gateway Database. ARGUMENTS
association-name The name of the Association to delete. OPTIONS
-gateway name This is the name of the ECaccess Gateway where the Association is installed. It is by default the Gateway you are connected to. In order to get the name of your current Gateway you can use the ecaccess-gateway-name command. When using the commands at ECMWF the default Gateway is always "ecaccess.ecmwf.int". -version Display version number and exits. -help Print a brief help message and exits. -manual Prints the manual page and exits. -debug Display the SOAP messages exchanged. EXAMPLES
ecaccess-association-delete -gateway ecaccess.ecmwf.int test Remove the test Association on the ecaccess.ecmwf.int Gateway. ecaccess-association-delete test2 Remove the test2 Association on the default Gateway. SEE ALSO
ecaccess-association-get, ecaccess-association-list, ecaccess-association-protocol, ecaccess-association-put and ecaccess. perl v5.14.2 2012-04-16 ECACCESS-ASSOCIATION-DELETE(1p)
All times are GMT -4. The time now is 09:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy