source: trunk/SRC/Utilities/pwd.pro @ 134

Last change on this file since 134 was 134, checked in by navarro, 18 years ago

change *.pro file properties (del eof-style, del executable, set keywords Id

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 636 bytes
RevLine 
[2]1;------------------------------------------------------------
2;------------------------------------------------------------
3;------------------------------------------------------------
4;+
5;
[133]6; @file_comments
7; print the current directory
[2]8;
[133]9; @categories like unix function
[2]10;
[133]11; @history Sebastien Masson (smasson@lodyc.jussieu.fr)
[2]12;
[133]13; @version $Id$
14;
[2]15;-
16;------------------------------------------------------------
17;------------------------------------------------------------
18;------------------------------------------------------------
19PRO pwd
[114]20;
21  compile_opt idl2, strictarrsubs
22;
[2]23   cd, current = pwd
24   print, pwd
25   return
26end
Note: See TracBrowser for help on using the repository browser.