Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

nautilus open random file

find . -type f | shuf -n 1 | xargs -d "
" xdg-open
Source by lpodolski.com #
 
PREVIOUS NEXT
Tagged: #nautilus #open #random #file
ADD COMMENT
Topic
Name
7+8 =