Ubuntu tips

grep -r “^ $Urine ” *.dta

grep -R –include="*.dta" “Urine” /home/

grep -R –include="*.dta" “Central FO” /home/

–include=*.{py,pl,sh}

–include=*.{dta,do,xls,csv}

grep -R –include=*.{dta,do,xls,csv} “Urine ratio” /home/

grep -R –include=*.{R,Rmd,Rmarkdown,do} “as5” /home/

grep -R –include=*.{R,Rmd,Rmarkdown,do} “nj” /home/

grep -R –include=*.{R,Rmd,Rmarkdown,do,pdf} “Kruskal” //home/passi/MEGA/PhD/Cursos/2020/

grep -R –include=*.{R,Rmd,Rmarkdown,do} “pivot_” /home/

grep -R –include=*.{R,Rmd,Rmarkdown,do} “m2p1” /home/

grep -R –include=*.{R,Rmd,Rmarkdown,do} “as5” /home/

sudo gedit /home/passi/.wine/dosdevices/z:/etc/ImageMagick-6/policy.xml

convert -delay 20 gini_*.png -loop 0 movie.gif

Previous