``` $ touch x $ touch y $ mv y x $ ls ``` Expected: `x` Actual: `1#x 2#x x`
Expected:
xActual:
1#x 2#x x