Skip to content

2creativeSolutions/Unix-Commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Introduction

An Haxe Bundle for Sublime Text 2 and Sublime Text 3

Features

  1. Create a directory : mkdir test

  2. Redirect to newly created directory : cd test

  3. Remove directory:

  4. Copy directory: copy <file1.txt> <test1.text>

  5. Rename: rename <file1.txt > <test.text>

  6. Move: Syntax: MOVE [Source] [Target]

  7. Remove folder/directory: Command | Description | Syntax ------------- | ------------- ------------- RD | Delete only empty folder | RD [Folder/Path]

    \S  | It will delete subfolders even if they contain files. | RD \S [Folder/Path] 
    
    \S\Q | Do not display YN confirmation. It will delete subfolders even if they contain files. |	RD    \S\Q  [Folder/Path]
    

vi commands

  1. vi filename will create a new file | Tables | Are | Cool | | ------------- |:-------------:| -----:| | col 3 is | right-aligned | $1600 | | col 2 is | centered | $12 | | zebra stripes | are neat | $1 |

About

Most commonly used unix commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published