1 line
54 B
Bash
1 line
54 B
Bash
|
|
function up() { cd $(eval printf '../'%.0s {1..$1}); }
|
|
|
function up() { cd $(eval printf '../'%.0s {1..$1}); }
|