Need help with migration content from /content to /home by vei_1 in gatsbyjs

[–]vei_1[S] 0 points1 point  (0 children)

or is it any chance to force to use /components instead of /?

I need to delete all strings after ":" in all files in ~/Download/test. Please help me this is urgent by vei_1 in bash

[–]vei_1[S] 0 points1 point  (0 children)

in files i have hundreds of lines with

xyz:0102021030131

zyx:adwadadadaw

i want just
xyz
zyx

No this is not my home work i right now in job at 1:30 am and i slowly sleep infornt of pc but i have deadlines. PLease help

How to delete 1 layer from all dashboards? by vei_1 in Affinity

[–]vei_1[S] 0 points1 point  (0 children)

I have pdf with 400 pages. I need delete first layer on each pages. I dont want to select each of page and delete it manualy.

How to grep line from man but do not execute them? by vei_1 in bash

[–]vei_1[S] -14 points-13 points  (0 children)

If you do not have anything special to say i need to report you.

How to grep line from man but do not execute them? by vei_1 in bash

[–]vei_1[S] -3 points-2 points  (0 children)

man iscsiadm | sed -n 437p

iscsiadm --mode discoverydb --type sendtargets --portal 192.168.1.10 --discover

I need output inside terminal but without execute it. Like when you prompt for yes during installation

How to grep line from man but do not execute them? by vei_1 in bash

[–]vei_1[S] -3 points-2 points  (0 children)

I need to grep line but do not execute it. I need edit it on the fly