source: trunk/UTILITAIRE/pwd.pro @ 2

Last change on this file since 2 was 2, checked in by opalod, 22 years ago

Initial revision

  • 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.