1454 | | MacPorts 1.3 and onwards extension to properly handle file deletion on Panther systems for which a standard |
1455 | | "file -delete" call may fail. To be used in place of the latter in all cases where directories (and not just |
1456 | | files) are being deleted. |
| 1458 | An alternative to "file -delete". It is required on OS X 10.3 and earlier to delete directories because |
| 1459 | of an ananomaly in 10.3's version of Tcl that makes "file -delete" fail. |
| 1460 | .It Ic touch |
| 1461 | Mimics the BSD touch command. |
| 1462 | .It Ic ln |
| 1463 | .br |
| 1464 | Mimics the BSD ln command. |