jetdrupal.com - | JetDrupal

Example domain paragraphs

drush si drush -y entity:delete shortcut_set drush en module_name drush then theme_name drush cget system.site drush ci

delete all line match pattern :g/pattern/d

delete all lines not match pattern :g!/pattern/d :v/pattern/d VIM 中强大的 g 命令 copy all match lines to the end of file :g/pattern/t$