XKK__text__TEXT0.Mw__data__DATA0. 1__cstring__TEXT@.V1__const__TEXTDrG__picsymbolstub2__TEXTD_tGaJ__la_sym_ptr2__DATAILk77__nl_symbol_ptr__DATAJ$Mn__textcoal_nt__TEXTJM @xoJr P ?mwUWVSLD$D$D$EEEʚ;EЋMi Ɖ׋E@$D$ T$EEEʚ;EЋMiƉ׋E@D$T$E $SItE D$>D$$IEU@ ;B t EEEU@;B EE}E@D$E@ D$E@\$HEE܃}tM} }t}tgE@$GHD$ E D$>D$$XHtE@ $GD$ E D$>D$$'HCE@$GƋE@ $Gt$D$ E D$?D$$GL[^_]ÐUVSE fx(uJU BD$Q=D$$GD$M L$$ GDždu f~.HE @`U R*XExtE@4RUM A,B4`>.u+`x/t``:/tӃ`ꋍ`9.u`~u Eh4%`8tME`u +V@4)ЉA4XE P``M ;qv`x/t `ې`U ;Jv`~/u `ۋ`U +B)XExtRUE@4+XB4;E@4M qƉ``E @,XEP4)XXXExFEXP0E;P(MTEx\t8UEXp0B(B(D$E@\$DP4UEXH0B(B(D$$DPPTF\ul=D$$EExzE fx.lD$/`$1DNUE@0B\EXL$`t$E$CD$/E$CE܃}uED$E@\$CE@fpD$/E$JCE}t$EhD$E@\$ CE/p%D$E@\$BtTU BD$ E@\D$=D$$CD$M L$$LCDždE/E܃E܉Eu v(@@ @ :@@@@@@@@tEx8t Ex$u)E fx.dU B@%=uIXt4M fy.~*Xt$`D$UE@0B\$AUE@0B\hD$E@\$9At%E@\D$=D$$(BU B@p%9thM A@%D$E@\$@tCD$p%$b@D$ E@\D$=D$$AEx8t)u FD$ hD$E@\D$E$DždcEx<D$E D$$@Ex$u%U BD$>D$$AEH9PTEx M AD$+>D$$@Dždu v(DDt/DD>Dt4-U BD$E>D$$J@DždFM AD$_>D$$@D$u t$$?Ext(XD$`T$UE@0B\$?UhD$E@\$BXЅuPp%=@M AD$ E@\D$>D$$o?Dždku F@LLE fx(uL H LHHL$E@\$=tEu FD$ E@\D$=D$$>D$E D$$T>Exu$E@MEP0Q\/@0Eh4DždEH9PTt/U BD$>D$$L>DždHExt(XL$`t$UE@0B\$D=UhD$E@\$BXЅtfDžpExLtKp%=@t8U B@ ;Es*D$M L$$6=DždExt3p%=`t p%= t |$u Vh;E Pl;BEx$u6ExPD$ E@\D$H$u;Ex u*U BD$ E@\D$>D$$<Dždp%=@u9E@`D$ E@\D$>D$$h<DžddExPt$D$ E@\D$H$:Dž<Ex$t M fy(t Dž<y!HttttttttttpttttttttttttttttttttFtttUttttttttAPt_@Dž@DžDEDž~Dž,u }aDž RDžCDž ,u }&DžDž,.\-`Dž@DžD}EDž,.\-`DžTDžXtcDžLTAE? E* @E DžD @E-@l-@E-@D$&D$$$-@D$&D$$g$_-P E)ЃE-P E E 8tVU 8-uL&D$M $!u1U B8-u&D$M A$q!umE UЃD$-$MEEuy"D$$#UЃD$E D$E$"UU }u}uE'M AEu&&$E}uDž;E$d::Z_[n : %6i-8,9t&\t&\b%-M3U tw 4tf 4tNEtNXVt@V΄ t2&t$Dž>Dž2Dž&tED$&D$$ lu*'$6llu )'ll$H}~-x8u&$D$&D$$F }ur EU EM D$/$tg:/t ꋍ9tF8.u1:t)9.u8u Dž'9tD$$DžxD$ $/uE%=@u Dž u,}~&$RD$&D$$t) u D$+'D$$$t&?'D$$nt Dž( $r8800D$$dduy"D$$8D$D$d$$ t,8d8/t8d/8t3 u T$Q'D$$E$Pt Dž Dž 4Du D$D$E $E}tN}t Exu/E$E}tED$$u‹E$B.9\,tIttJM D$w'D$$ZU D$'D$$6hM D$'D$$GdD$U $\Ѕt)dD$ M D$v&D$$d$-x8D[][-?@(#)$Id: cp (AT&T Research) 2006-11-21 $ ][-author?Glenn Fowler ][-author?David Korn ][-copyright?Copyright (c) 1992-2007 AT&T Knowledge Ventures][-license?http://www.opensource.org/licenses/cpl1.0.txt][--catalog?libcmd][+NAME?cp - copy files][+DESCRIPTION?If the last argument names an existing directory, cp copies each file into a file with the same name in that directory. Otherwise, if only two files are given, cp copies the first onto the second. It is an error if the last argument is not a directory and more than two files are given. By default directories are not copied.][a:archive?Preserve as much as possible of the structure and attributes of the original files in the copy. Equivalent to --physical --preserve --recursive.][p:preserve?Preserve file owner, group, permissions and timestamps.][h:hierarchy|parents?Form the name of each destination file by appending to the target directory a slash and the specified source file name. The last argument must be an existing directory. Missing destination directories are created.][H:metaphysical?Follow command argument symbolic links, otherwise don't follow.][l:link?Make hard links to destination files instead of copies.][L:logical|dereference?Follow symbolic links and copy the files they point to.][P|d:physical|nodereference?Don't follow symbolic links; copy symbolic rather than the files they point to.][+NAME?ln - link files][+DESCRIPTION?If the last argument names an existing directory, ln links each file into a file with the same name in that directory. Otherwise, if only two files are given, ln links the first onto the second. It is an error if the last argument is not a directory and more than two files are given. By default directories are not linked.][+NAME?mv - rename files][+DESCRIPTION?If the last argument names an existing directory, mv renames each file into a file with the same name in that directory. Otherwise, if only two files are given, mv renames the first onto the second. It is an error if the last argument is not a directory and more than two files are given. If a source and destination file reside on different filesystems then mv copies the file contents to the destination and then deletes the source file.][f:force?Replace existing destination files.][i:interactive|prompt?Prompt whether to replace existing destination files. An affirmative response (y or Y) replaces the file, a quit response (q or Q) exits immediately, and all other responses skip the file.][r|R:recursive?Operate on the contents of directories recursively.][s:symlink|symbolic-link?Make symbolic links to destination files.][u:update?Replace a destination file only if its modification time is older than the corresponding source file modification time.][v:verbose?Print the name of each file before operating on it.][b:backup?Make backups of files that are about to be replaced. See --suffix and --version-control for more information.][F:fsync|sync?fsync(2) each file after it is copied.][S:backup-suffix|suffix?A backup file is made by renaming the file to the same name with the backup suffix appended. The backup suffix is determined in this order: this option, the SIMPLE_BACKUP_SUFFIX, environment variable, or the default value ~.]:[suffix][V:backup-type|version-control?The backup type is determined in this order: this option, the VERSION_CONTROL environment variable, or the default value existing. type may be one of:]:[type]{ [+numbered|t?Always make numbered backups. The numbered backup suffix is .SNS, where S is the backup-suffix and N is the version number, starting at 1, incremented with each version.] [+existing|nil?Make numbered backups of files that already have them, otherwise simple backups.] [+simple|never?Always make simple backups.]}[x|X|l:xdev|local|mount|one-file-system?Do not descend into directories in different filesystems than their parents.] source destination file ... directory [+SEE ALSO?pax(1), fsync(2), rename(2), unlink(2), remove(3)]%s: cannot reset access and modify times%s: cannot reset group to %s%s: cannot reset owner to %s%s: cannot reset owner to %s and group to %s%s: directory causes cycleout of space%s: cannot create directory -- %s ignored%s: cannot stat%s: cannot reset directory mode to %s%s: directory -- copying as plain file%s: cannot link directory%s: cannot read directory%s: cannot search directory%s: not a directory -- %s ignored%s: not found%s: identical to %s%s: cannot %s existing directory%s %s? %s: cannot %s existing file``not owner''``running program''override protection %s for %s? %s: cannot %s %s protection%s.%s%d%s%s%s%s: out of space%s: cannot backup to %s%s: cannot remove%s: cannot rename to %s%s: cannot read symbolic link text%s: cannot copy symbolic link to %s%s: cannot read%s: cannot write%s: %s read stream error%s: %s write stream errorreadwriteio%s: %s %s error%s: cannot copy special file to %s%s: cannot copy -- unknown file type 0%o%s: cannot reset mode to %s%s: cannot link to %slibcmdout of space [tmp string]CONFORMANCEstandardnot implementedoverwritereplace%s---VERSION_CONTROL%s: unknown backup typeSIMPLE_BACKUP_SUFFIX~%s: not a directory...|*/...|.../*%s: last argument must be a directory%s: cannot copy%s: cannot link%s: cannot move.cZ⍀ZPOJE⍀EP610⍀0P⍀P⍀P⍀PҺͺ⍀P鹺贺⍀P頺蛺⍀P釺肺⍀Pni⍀PUPs⍀sP<7^⍀^P#I⍀IP 4⍀4P⍀Pعӹ ⍀ P鿹躹⍀P馹衹⍀P鍹船⍀Pto⍀P[V⍀PB=⍀P)$w⍀wP b⍀bPM⍀MP޸ٸ8⍀8PŸ#⍀#P鬸觸⍀P铸莸⍀Pzu⍀Pa\⍀PHC⍀P/*⍀P⍀P{⍀{P߷f⍀fP˷ƷQ⍀QP鲷護<⍀<P陷蔷'⍀'P逷{⍀Pgb⍀PNI⍀P50⍀P⍀P⍀P⍀PѶ̶⍀P鸶賶j⍀jP韶蚶U⍀UP醶聶@⍀@Pmh+⍀+PTO⍀P;6⍀P"⍀P DDDD E"E;ETEmEEEEEEFF5FNFgFFFFFFFG/GHGaGzGGGGGGH)HBH[HtHHHHHH I#IyiY>H > [I UJIMJIG BI <JI4JI. )I #JIJI I JIJI I JIJI I JfIJfI I JMIJMI I J4IJ4I I JIJI zI tJIlJIf aI [JHSJHM HI BJH:JH4 /I )JH!JH I JHJH I JHJH I JlHJlH I JSHJSH I J:HJ:H I J!HJ!H I zJHrJHl gI aJGYJGS NI H{JG@{JG: 5I /wJG'wJG! I sJGsJG I oJGoJG I kJrGkJrG I gJYGgJYG I cJ@GcJ@G I _J'G_J'G I [JGx[JGr mI gWJF_WJFY TI NSJFFSJF@ ;I 5OJF-OJF' "I KJFKJF I GJFGJF I CJxFCJxF I ?J_F?J_F I ;JFF;JFF I 7J-F7J-F I 3JF~3JFx sI m/JEe/JE_ ZI T+JEL+JEF AI ;'JE3'JE- (I "#JE#JE I JEJE I J~EJ~E I JeEJeE I JLEJLE I J3EJ3E I JE JE~ yI sJEkJEe `I ZJDRJDL GI AID9ID3 .I (ID ID I IDID |xtplhd`\XTPLHD@<840,($  D 2#1B'?0(,.!=8794356:"AGE%$C /;->F+@ &HD 2#1B'?0(,.!=8794356:"AGE%$C /;->F+@ &H *><4)@.`/457DJJP7vD$\ kr6c[>Ri'/erzUM^Ep/y7___i686.get_pc_thunk.bx_b_cp___i686.get_pc_thunk.axdyld_stub_binding_helper__Stak_data__opt_infop__lstat_stat__ast_info__error_infop__sfstdout_pathsetlink_link__ast_free_strmatch_fs3d_pathcanon_fts_flags_optusage_strkey_getenv_stkalloc_optget_astconf_geteuid_memset__cmd_init_mknod_errorx_fsync_sfsync_sfmove_sfclose_sfnew_pathgetlink_remove_rename__sfflsbuf_sfprintf_fts_close_strcmp_strtol_strncmp_fts_read_fts_open_strlen___error_astquery_close_open_sfputr_fmtmode_chmod_mkdir_strrchr_access_memcpy_strchr__ast_calloc__ast_realloc_fts_set_fmtuid_fmtgid_chown_error_tmxtouch_usage_head_usage_cp_usage_ln_usage_mv_usage_tail_dot_preserve_visit