F
F
fokin_nikolay19892016-09-20 14:00:52
linux
fokin_nikolay1989, 2016-09-20 14:00:52

How to output a string in linux?

How to display a line that contains \\.\Aktiv or maybe you can somehow add it to the command itself
, I tried like this, but even not at all ((((tell me plz

find /opt/cprocsp/bin/amd64/csptest -keyset -enum_cont -fqcn -verifyc "\\.\Aktiv"

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
Maxim Moseychuk, 2016-09-20
@fokin_nikolay1989

How to output a line that contains \\.\Aktiv

echo "\\\\.\\Aktiv"

V
vaut, 2016-09-20
@vaut

man grep

I
Igor Nikolaev, 2016-09-20
@nightvich

Do you use hard drugs?
or recursively
grep -n "\\.\Aktiv" .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question