How can i search date format in vi?vim search around line breaksncmpc - spaces in search queryHow can I...

What would be the ideal melee weapon made of "Phase Metal"?

How can I get a player to accept that they should stop trying to pull stunts without thinking them through first?

Can I play a first turn Simic Growth Chamber to have 3 mana available in the second turn?

Should disabled buttons give feedback when clicked?

What is this welding tool I found in my attic?

Why are they 'nude photos'?

Why does the autopilot disengage even when it does not receive pilot input?

Is Trump personally blocking people on Twitter?

How can one write good dialogue in a story without sounding wooden?

Parse source code of the RAPID robot-automation language

Keep milk (or milk alternative) for a day without a fridge

Shortest distance around a pyramid?

Storming Area 51

Matchmaker, Matchmaker, make me a match

Is there a word for a message that is intended to be intercepted by an adversary?

Flatten array with OPENJSON: OPENJSON on a value that may not be an array? [ [1] ], vs [1]

Single word for "refusing to move to next activity unless present one is completed."

How does a Potion of Poison work?

How to know whether a Tamron lens is compatible with Canon EOS 60D?

For a hashing function like MD5, how similar can two plaintext strings be and still generate the same hash?

Do you know your 'KVZ's?

How do Windows version numbers work?

Cops: The Hidden OEIS Substring

Why are Hobbits so fond of mushrooms?



How can i search date format in vi?


vim search around line breaksncmpc - spaces in search queryHow can I search history with text already entered at the prompt in zsh?Best practice to customize date/time format system-wide?How to search for text in a file ignoring newlines?How to search for <td>n in vim?How can I calculate and format a date duration using GNU tools, not a result date?How can I convert a date with a named month to a unix timestamp with only Busybox tools?How can I use grep with a date format and a unique value?How to search for a specific string in files from a specific date?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I wanna search date format like '2019-07-12 11:22:33'.



but, in vi mode, ':/2019-07-12 11:22:33' is not executed by white space.



how can i search '2019-07-12 11:22:33'.



( other format is not pretty )










share|improve this question







New contributor



KwonSD is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Why are you typing a colon before the slash in your search? Leave the colon out and it should work.

    – Wildcard
    43 mins ago


















0















I wanna search date format like '2019-07-12 11:22:33'.



but, in vi mode, ':/2019-07-12 11:22:33' is not executed by white space.



how can i search '2019-07-12 11:22:33'.



( other format is not pretty )










share|improve this question







New contributor



KwonSD is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Why are you typing a colon before the slash in your search? Leave the colon out and it should work.

    – Wildcard
    43 mins ago














0












0








0








I wanna search date format like '2019-07-12 11:22:33'.



but, in vi mode, ':/2019-07-12 11:22:33' is not executed by white space.



how can i search '2019-07-12 11:22:33'.



( other format is not pretty )










share|improve this question







New contributor



KwonSD is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I wanna search date format like '2019-07-12 11:22:33'.



but, in vi mode, ':/2019-07-12 11:22:33' is not executed by white space.



how can i search '2019-07-12 11:22:33'.



( other format is not pretty )







linux search vi






share|improve this question







New contributor



KwonSD is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.










share|improve this question







New contributor



KwonSD is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








share|improve this question




share|improve this question






New contributor



KwonSD is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








asked 50 mins ago









KwonSDKwonSD

1




1




New contributor



KwonSD is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




New contributor




KwonSD is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • Why are you typing a colon before the slash in your search? Leave the colon out and it should work.

    – Wildcard
    43 mins ago



















  • Why are you typing a colon before the slash in your search? Leave the colon out and it should work.

    – Wildcard
    43 mins ago

















Why are you typing a colon before the slash in your search? Leave the colon out and it should work.

– Wildcard
43 mins ago





Why are you typing a colon before the slash in your search? Leave the colon out and it should work.

– Wildcard
43 mins ago










0






active

oldest

votes














Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






KwonSD is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f529713%2fhow-can-i-search-date-format-in-vi%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








KwonSD is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















KwonSD is a new contributor. Be nice, and check out our Code of Conduct.













KwonSD is a new contributor. Be nice, and check out our Code of Conduct.












KwonSD is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f529713%2fhow-can-i-search-date-format-in-vi%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

Ciclooctatetraenă Vezi și | Bibliografie | Meniu de navigare637866text4148569-500570979m