view aurora_demo_site_2_bash.Rmd @ 1:5808dc52afe8 draft default tip

demo
author mingchen0919
date Mon, 12 Mar 2018 11:49:18 -0400
parents
children
line wrap: on
line source

---
title: 'Bash script'
output: html_document
---

```{r setup, include=FALSE, warning=FALSE, message=FALSE}
knitr::opts_chunk$set(
  echo = TRUE, 
  error = TRUE
)
```


Then we use shell script to display the file content.

```{bash}
awk '{print $1, $2}' ${X_O}
```