https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244356
--- Comment #77 from [email protected] --- (In reply to Gary Jennejohn from comment #76) > Unfortunately, there's no /dev/one available, so this would be rather > challenging to do with a high-capacity stick. There's another way: "yes 1 | tr -d '\n' | dd of=foo bs=$((1024 * 1024)) count=$((1024 * 1024))", which works in bash and /bin/sh. Not with /bin/csh, however. (via https://www.google.com/search?q=dd+repeat+input -> https://stackoverflow.com/questions/20714264/use-dd-to-write-specific-file-recursively ) -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
