#
#
#

while (<>) {
    chomp;
    s#WD-160/#\./#;
    print "$_\n";
}
