Bash, (削除) 33 (削除ここまで) 23 bytes
...with a lot of help:
-3 thanks to manatwork
-4 thanks to spuck
-3 thanks to Nahuel Fouilleul
echo `xxd -c1 -p -u 1ドル`
Note that the TIO link above uses input - we can write files locally, so this shows it working as a program taking a file path.
Bash, (削除) 33 (削除ここまで) 23 bytes
...with a lot of help:
-3 thanks to manatwork
-4 thanks to spuck
-3 thanks to Nahuel Fouilleul
echo `xxd -c1 -p -u 1ドル`
Note that the TIO link above uses input - we can write files locally, so this shows it working as a program taking a file path.
Bash, (削除) 33 (削除ここまで) 23 bytes
...with a lot of help:
-3 thanks to manatwork
-4 thanks to spuck
-3 thanks to Nahuel Fouilleul
echo `xxd -c1 -p -u 1ドル`
Note that the TIO link above uses input - we can write files locally, so this shows it working as a program taking a file path.
Bash, (削除) 33 (削除ここまで) 3023 bytes
...with a lot of help:
-3 thanks to manatwork
-4 thanks to spuck
-3 thanks to Nahuel Fouilleul
xxdecho `xxd -uc1 -p 1ドル|fold -2|tr \\n \u 1ドル`
Note that the TIO link above uses input - we can write files locally, so this this shows it working as a program taking a file path.
Bash, (削除) 33 (削除ここまで) 23 bytes
...with a lot of help:
-3 thanks to manatwork
-4 thanks to spuck
-3 thanks to Nahuel Fouilleul
echo `xxd -c1 -p -u 1ドル`
Note that the TIO link above uses input - we can write files locally, so this shows it working as a program taking a file path.
Bash, (削除) 33 (削除ここまで) 30 bytes
-3 thanks to manatwork
xxd -u -p 1ドル|fold -w2|tr2|tr '\n'\\n '\ '
Probably non-optimal, I'm not much of a Linux-head. Note that the TIO link above uses input - we can write files locally, so this works but the echo needs us to escape the $ and \n again sothis shows it looks like 32 bytesworking as a program taking a file path.
Bash, (削除) 33 (削除ここまで) 30 bytes
-3 thanks to manatwork
xxd -u -p 1ドル|fold -w2|tr '\n' ' '
Probably non-optimal, I'm not much of a Linux-head. Note that the TIO link above uses input - we can write files locally, so this works but the echo needs us to escape the $ and \n again so it looks like 32 bytes.