“1 линия uuid” Ответ

1 линия uuid

// using Date
new Date().getTime().toString().substring(9,13)

// using Random
Math.ceil(Math.random()*100)
// Note: add more 0s in 100 if you want to increase number length.
shahul

1 линия uuid


awk '("uuidgen" | getline uuid) > 0 {print uuid, $0} {close("uuidgen")}' myfile.csv

Graceful Gibbon

Ответы похожие на “1 линия uuid”

Вопросы похожие на “1 линия uuid”

Больше похожих ответов на “1 линия uuid” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования