mirror of
https://github.com/oXis/pwnwiki.github.io.git
synced 2025-10-29 16:56:59 +00:00
Formatting should hopefully look good on github without the collapse JS
This commit is contained in:
parent
6e123024ae
commit
0adf368ac7
@ -1,12 +1,12 @@
|
||||
<!-- Code for collapse and expand -->
|
||||
<script type="text/javascript">~
|
||||
$(document).ready(function() {~
|
||||
$('div.view').hide();~
|
||||
$('div.slide').click(function() {
|
||||
$(this).next('div.view').slideToggle('fast');~
|
||||
return false;~
|
||||
});~
|
||||
});~
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$('div.view').hide();
|
||||
$('div.slide').click(function() {
|
||||
$(this).next('div.view').slideToggle('fast');
|
||||
return false;
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
# Linux finding files commands
|
||||
@ -19,7 +19,6 @@ Commands that finds files on the file system are usually executed from within a
|
||||
* **Description**: Displays attributes of files and directories in the specified location
|
||||
* **Output**:
|
||||
* <div class="slide" style="cursor: pointer;"> **Ubuntu:** Show/Hide</div><div class="view"><code>
|
||||
|
||||
total 429820
|
||||
drwxr-xr-x 2 root root 4096 2013-08-23 02:49 bin
|
||||
drwxr-xr-x 3 root root 4096 2013-08-23 03:18 boot
|
||||
@ -47,9 +46,7 @@ Commands that finds files on the file system are usually executed from within a
|
||||
drwxr-xr-x 13 root root 4096 2013-08-23 02:52 usr
|
||||
drwxr-xr-x 16 root root 4096 2011-06-08 09:16 var
|
||||
lrwxrwxrwx 1 root root 18 2012-03-01 08:11 vmlinuz -> boot/vmlinuz-3.2.6
|
||||
|
||||
</code></div>
|
||||
|
||||
</code></div>
|
||||
----
|
||||
|
||||
## command
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user