theshell.ch/site/pages/cmd/basic/ls.html
maggicl ea515f2e04 css: tweaked search to use category_title instead of category
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@62 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-08 14:10:36 +00:00

26 lines
539 B
HTML

---
layout: page
category_title: Basic commands
tags: directory list
author: Claudio Maggioni
title: LS
next-page: pages/cmd/basic/cd.html
---
<p>The ls command is used to list files</p>
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Hello</li>
</ul>
{% highlight ruby linenos %}
def show
puts "Outputting a very lo-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-ong lo-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-ong line"
@widget = Widget(params[:id])
respond_to do |format|
format.html # show.html.erb
format.json { render json: @widget }
end
end
{% endhighlight %}