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

Last change on this file since 277 was 231, checked in by pinsard, 17 years ago

improvements/corrections of some *.pro headers

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