[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
wiki:user:sycamorex:test_page [2012/09/23 01:50 (UTC)] – [Cli Manual Structure (feel free to edit)] added a list structure mfillpotwiki:user:sycamorex:test_page [2012/12/25 11:26 (UTC)] – testing: disregard sycamorex
Line 2: Line 2:
  
  
-===== Cli Manual Structure (feel free to edit)=====+<!-- Add your text below. We strongly advise to start with a Headline (see button bar above). --> 
 +====== My example headline ====== 
 + 
 +This is an example of an article created in Vim using Matthew's script. This 
 +is just an random jumble of letters.\\ This should be a new line. Some lines 
 +should be **bold**. Others should stand out from ''others''. This, on the 
 +other hand, is supposed to be a bulleted list: 
 +  * The first item 
 +  * the second item 
 + 
 +==== Some subheading ==== 
 + 
 +Now let's add some urls: [[http://www.linuxquestions.org|This]] link points 
 +to a Linux forum.  
 + 
 +=== SubSub heading including code === 
 + 
 +Let's add some code: 
 + 
 +<code>#!/bin/bash 
 +sed '/pattern/s/old/new/r' infile</code> 
 + 
 + 
 + 
 + 
 + 
 +====== Sources ====== 
 +<!-- If you are copying information from another source, then specify that source --> 
 +  * Original source: [[http://bbc.co.uk]] --> 
 +<!-- Authors are allowed to give credit to themselves! --> 
 +  * Originally written by [[wiki:user:sycamorex |Marcin Herda]] --> 
 +<!-- * Contributions by [[wiki:user:yyy | User Y]] --> 
 + 
 +<!-- Please do not modify anything below, except adding new tags.--> 
 +<!-- You must remove the tag-word "template" below before saving your new page --> 
 +{{tag>howtos testing}}
  
-  - Introduction 
-  - First steps 
-    - Basic commands 
-  - Getting help (man/info pages) 
-    - searching man pages 
-  - Locating commands 
-    - which 
-    - whereis 
-    - apropos 
-  - Working with files (file types, file management, comparing files) 
-  - Working with directories (relative vs absolute pathnames, brace/tilde expansion, directory structure) 
-  - Compressing and archiving files 
-  - Configuring your environment (variables, aliases, relevant dot files) 
-  - Configuring a shell prompt 
-  - Users and groups 
-  - Permissions and ownership 
-  - Standard Input and Output / Redirection 
-    - sorting output and pipes 
-  - Job control 
-  - Finding files  
-  - Finding text in files 
-  - Useful Parameters and variables 
-  - Shell history 
-  - Common keybindings 
-  - Text processing tools 
-  - Searching and replacing  
-  - Managing filesystems (checking/creating/mounting/fstab) 
-  - Monitoring available resources (disk space/ memory / processes) 
-  - Getting information / troubleshooting network 
-  - Automating and scheduling tasks 
-  - System Maintenance 
-  - Writing and executing shell scripts 
-  - Tests and Conditional Statements 
-  - Flow control (eg. running a command on a number of files) 
-  - Shell script arguments 
-  - Shells 
-  - Development tools 
-  - Common tasks 
-    - downloading torrents 
-    - sending and receiving emails 
-    - listening to music 
-    - tagging your music 
-    - Getting things done 
-    - reading news 
-    - Talking on irc channels 
-    - burning a cd 
-  - CLI glossary 
 wiki:user:sycamorex:test_page ()