Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux edit file

sudo nano filename.ext
Comment

edit files from terminal linux

nano FileName.Extension

// nano MyWork.txt
// nano MyScript.py
Comment

Linux, edit file in terminal

1. nano filepath.extension

2. vim filepath.extesion
	2.a press i //for edit mode
    2.b Enter Esc
    2.c :wq // write this at the end of file to save the edited part
    2.d :q! // without save and quite
Comment

PREVIOUS NEXT
Code Example
Shell :: install react router dom 
Php :: Composer is operating significantly slower than normal because you do not have the PHP curl extension enabled 
Php :: drupal 8 show php errors 
Php :: kill phpstorm 
Php :: php cors disable 
Php :: var_dump not showing all 
Php :: phpmailer utf8 charset encoding 
Php :: laravel image validation 
Php :: env clear cache laravel 
Php :: get url segment in php 
Php :: explode comma php 
Php :: Module php7.4 does not exist! 
Php :: read json file data using php 
Php :: laravel images mimetypes validatiion 
Php :: long text in laravel migration 
Php :: protected table laravel 
Php :: wp enqueue 
Php :: laravel command to create symlink storage 
Php :: php convert date and time to iso 8601 
Php :: php if no imagee exists 
Php :: Adding or Subtracting Time 
Php :: eloquent where between 
Php :: php remove non numeric 
Php :: php password validation preg_match 
Php :: php get referrer 
Php :: php connect to postgresql 
Php :: ucwords in php 
Php :: display date time twig 
Php :: compare hashed password and a text password in laravel 
Php :: get key of last element php 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =