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 -->
|
<!-- Code for collapse and expand -->
|
||||||
<script type="text/javascript">~
|
<script type="text/javascript">
|
||||||
$(document).ready(function() {~
|
$(document).ready(function() {
|
||||||
$('div.view').hide();~
|
$('div.view').hide();
|
||||||
$('div.slide').click(function() {
|
$('div.slide').click(function() {
|
||||||
$(this).next('div.view').slideToggle('fast');~
|
$(this).next('div.view').slideToggle('fast');
|
||||||
return false;~
|
return false;
|
||||||
});~
|
});
|
||||||
});~
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
# Linux finding files commands
|
# 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
|
* **Description**: Displays attributes of files and directories in the specified location
|
||||||
* **Output**:
|
* **Output**:
|
||||||
* <div class="slide" style="cursor: pointer;"> **Ubuntu:** Show/Hide</div><div class="view"><code>
|
* <div class="slide" style="cursor: pointer;"> **Ubuntu:** Show/Hide</div><div class="view"><code>
|
||||||
|
|
||||||
total 429820
|
total 429820
|
||||||
drwxr-xr-x 2 root root 4096 2013-08-23 02:49 bin
|
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
|
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 13 root root 4096 2013-08-23 02:52 usr
|
||||||
drwxr-xr-x 16 root root 4096 2011-06-08 09:16 var
|
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
|
lrwxrwxrwx 1 root root 18 2012-03-01 08:11 vmlinuz -> boot/vmlinuz-3.2.6
|
||||||
|
|
||||||
</code></div>
|
</code></div>
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
## command
|
## command
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user