I tried to use ~ in a path and got this:

sudo dd if=~/Downloads/SSS/sss_image-20180817.img of=/dev/sdb bs=1048576

dd: failed to open '~/Downloads/SSS/sss_image-20180817.img': No such
file or directory


This works fine:

sudo dd if=/home/jski/Downloads/SSS/sss_image-20180817.img of=/dev/sdb
bs=1048576
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to