969326470
It work's!
Array
(
)
Array
(
)
Array
(
[x-cc-id] => ccc02-01
[If-Modified-Since] => Fri, 02 Apr 2010 14:13:57 GMT
[Host] => www.loco.partybitchez.org
[User-Agent] => CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
[Accept] => text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
[Accept-Language] => en-us,en;q=0.5
[Accept-Encoding] => gzip
[Accept-Charset] => ISO-8859-1,utf-8;q=0.7,*;q=0.7
[Connection] => close
[Cache-Control] => no-cache
[Pragma] => no-cache
)
cd(n) Tcl Built-In Commands cd(n)
______________________________________________________________________________
NNAAMMEE
cd - Change working directory
SSYYNNOOPPSSIISS
ccdd ?_d_i_r_N_a_m_e?
_________________________________________________________________
DDEESSCCRRIIPPTTIIOONN
Change the current working directory to _d_i_r_N_a_m_e, or to the home direc-
tory (as specified in the HOME environment variable) if _d_i_r_N_a_m_e is not
given. Returns an empty string. Note that the current working direc-
tory is a per-process resource; the ccdd command changes the working
directory for all interpreters and (in a threaded environment) all
threads.
EEXXAAMMPPLLEESS
Change to the home directory of the user ffrreedd:
ccdd ~fred
Change to the directory lliibb that is a sibling directory of the current
one:
ccdd ../lib
SSEEEE AALLSSOO
filename(n), glob(n), pwd(n)
KKEEYYWWOORRDDSS
working directory
Tcl cd(n)
Tcl cd(n)