Liste des Groupes | Revenir à col misc |
For example,With "dd .... -bs=1G" the program size is 1G in ram. Not a pipe, though.
head -c $((1024*1024*1024)) /dev/urandom | sha256sum
puts a gigabyte of data through a pipe, but at no point does anything
allocate anywhere close to a gigabyte of storage of any kind.
Les messages affichés proviennent d'usenet.