Skip to content
Advance Computing
Advance Computing
Explore | Learn | Discuss ...

Day: March 2, 2019

vim – Search in multiple files

March 2, 2019 Advance Computing Leave a comment

#Search for pattern in multiple files :vimgrep / pattern / {file} e.g. :vimgrep /acTest/ **/* #Jump to the next match…

Continue Reading →

Posted in: Advance Computing, Development, Linux, Programming, vim

vim – Search and replace

Advance Computing Leave a comment

#Search for pattern /pattern #Search backward for pattern ?pattern #’Very magic’ pattern: Non-alphanurmic characters are interpreted as special regex symbols(no…

Continue Reading →

Posted in: Advance Computing, Development, Linux, Programming, vim

vim – Exiting

Advance Computing Leave a comment

#Write or save the file, but don’t exit :w #Write out the current file using sudo :w !sudo tee %…

Continue Reading →

Posted in: Advance Computing, Development, Linux, Programming, vim

vim – Cut and paste

Advance Computing Leave a comment

#Yank or copy a line yy #Yank or copy 3 lines 3yy #Yank or copy the characters of the word…

Continue Reading →

Posted in: Advance Computing, Development, Linux, Programming, vim

vim – Tabs

Advance Computing Leave a comment

#Open a file in a new tab :tabnew or :tabnew < file > #Move the current split window into its…

Continue Reading →

Posted in: Advance Computing, Development, Linux, Programming, vim

Post navigation

Page 1 of 3
1 2 3 Next →

Search

Recent Posts

  • LTE-Network Architecture & it’s components
  • Long Term Evaluation (LTE) – 4G
  • 5G NR PDCP (Packet Data Convergence Protocol)
  • 5G NR SDAP (Service Data Adaptation Protocol)
  • 5G-NR & LTE PDCCH Search Space: Difference and User Blocking Probability

Recent Comments

    S

    hit counter
    March 2019
    M T W T F S S
     123
    45678910
    11121314151617
    18192021222324
    25262728293031
    « Feb   Apr »
    Copyright © 2018-2022 Advance Computing