File System windows , linux

Create folder : 

mkdir foldername

Change directory :

cd foldername

Create file : 

type nul > filename.php

Edit contant :

notpad filename.php    or   code filename.php

Copy file :

copy filename.php becup-filename.php

Rename file :

rename becup-filename.php becup1-filename.php

Delete file :

del becup1-filename.php

Folder copy :

Xcopy foldername becup-foldername /E /H /C /I

Remove folder :

rmdir /s foldername

Comments

Popular posts from this blog

API

Encryption and Decryption By PHP

Seeder