501216616
It work's!
Array
(
[robots_txt] =>
)
Array
(
)
Array
(
[x-cc-id] => ccc02-01
[Host] => www.loco.partybitchez.org
[User-Agent] => CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
[Accept] => text/xml,application/xhtml+xml,text/html;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)