knitr::opts_chunk$set(echo = TRUE)
The language for working with all things Microsoft these days.
- Also works on Linux
Get-ChildItem | Where Name -notlike "*.tar.gz" | Export-Csv "filelist.csv" Import-Csv "filelist.csv"
The continued language of Linux
find . -maxdepth 1 ! -name '*.tar.gz' | sed 's/[ \t]/,/g' > filelist.csv cat filelist.csv
Interactions are available from base
package
?system # not recommended ?system2 # works better with Windows too ?shell # the lower level call
sa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.