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

Category: vim

Flexible Array Member In C

January 22, 2020 Advance Computing Leave a comment

Flexible Array Member In C Flexible array member is special type of array whose dimension are unspecified. Syntax-  <data_type> array_name[];…

Continue Reading →

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

How to print “Hello World” without using semicolon in C Programs?

April 2, 2019 Advance Computing Leave a comment

Before going to write C program for this problem, I would like to give some of the possibilities to solve…

Continue Reading →

Posted in: Advance Computing, Development, Programming, vim

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

Post navigation

Page 1 of 4
1 2 … 4 Next →

Search

Recent Posts

  • Method References in Java 8: Types
  • Concurrency in Java 8
  • Method Reference in Java 8
  • Why Java 8 ?
  • TsLint Custom rules creation and configuration

Recent Comments

  • hydraulic on Concurrency in Java 8

Social

hit counter
March 2023
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  
« May    
Copyright © 2018-2022 Advance Computing