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

Last change on this file since 373 was 325, checked in by pinsard, 17 years ago

modification of some headers (+some corrections) to prepare usage of the new idldoc

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