Documentation of pd


Global Index (all files) (short | long) | Local Index (files in subdir) (short | long)


Function Synopsis

a = pd(arg);

Listing of function pd

function a = pd(arg);
global PUSHDIR
curdir = pwd;
if strcmp(curdir(1:8), '/tmp_mnt');
  curdir = curdir(9:end);
end
if strcmp(curdir, PUSHDIR{2})
for i = 1:length(CURDIR)
if nargout == 1;
  a = pwd;
end