source: trunk/ToBeReviewed/UTILITAIRE/pwd.pro @ 11

Last change on this file since 11 was 11, checked in by pinsard, 18 years ago

upgrade of UTILITAIRE/Utilities according to cerbere.lodyc.jussieu.fr: /usr/home/smasson/SAXO_RD/ : files

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 615 bytes
Line 
1;------------------------------------------------------------
2;------------------------------------------------------------
3;------------------------------------------------------------
4;+
5; NAME:pwd
6;
7; PURPOSE:print the current directory
8;
9; CATEGORY:like unix function
10;
11; CALLING SEQUENCE:pwd
12;
13; MODIFICATION HISTORY:Sebastien Masson (smasson@lodyc.jussieu.fr)
14;
15;-
16;------------------------------------------------------------
17;------------------------------------------------------------
18;------------------------------------------------------------
19PRO pwd
20   cd, current = pwd
21   print, pwd
22   return
23end
Note: See TracBrowser for help on using the repository browser.