Skip to main content

Questions tagged [find]

This tag has multiple meanings. Please DO NOT use this tag if you're just trying to find something.

find
0 votes
0 answers
23 views

ls -u and find -atime show different access times for some files. Which is correct?

find -atime -2 shows about 1 dozen files accessed less than 2 days ago, but ls -u shows them all with access times of Jun 20 2023. What gives? I was looking to see which files on an external hard ...
Inuk99's user avatar
  • 9
0 votes
0 answers
14 views

Are there any networks where, when you start an application, everyone knows that you have joined?

I mean for example: Business app in which all are client and server and It's P2P connection between. But When you start app your partners and you without Enter Ip:Port, Host... already know that ...
Makstvell's user avatar
-2 votes
1 answer
47 views

Understanding a linux script with combination of find + grep + awk

I have a script with this: find . -name '*.nar' | while read NARFILE; do if jar tvf $NARFILE | grep -q jackson-databind; then OUTPUT=$(jar tvf $NARFILE | grep jackson-databind) echo $...
Mandroid's user avatar
  • 7,032
1 vote
1 answer
359 views

Find, Replace and adjust image in PDF's using python

I have code in python which is finding and replacing a image in pdfs, but I'm having hard time adjusting the size of the new image so what the code is doing is finding the old image and it's using the ...
Shwapx's user avatar
  • 41
0 votes
1 answer
34 views

Move Sublime Text find panel

Does anyone know if there is a way to change the location of the find/replace panel in Sublime Text 4? My issue is that when I am using Terminus to access the command line but need to find something ...
promicrobial's user avatar
0 votes
1 answer
24 views

Batch - How to find strings from the first file in the second file and print which strings from the first file don't exist in the second one?

I have the first text file, example: amet sint perspiciatis minima And I have the second file full of text, example: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor ...
Peca21's user avatar
  • 9
0 votes
0 answers
59 views

index.js:1 Warning: unstable_flushDiscreteUpdates: Cannot flush updates when React is already rendering

showing this error while I'm login to my website when debugging on and after 1 sec logout its not working with only on localhost .this is showing while debugging on otherwise nothing happened.please ...
darsh's user avatar
  • 1
0 votes
1 answer
120 views

Check if product bundle has bundle-upsells ( optional items ) or simple bundled items

I am pretty new to coding and trying to edit our WC website a bit. Hope my English is decent enough to pass the needed information… I made a function that checks if product is a type- bundle and it ...
Ino Ingvar's user avatar
0 votes
1 answer
62 views

Find and Replace Word Doc from Excel Tables

I am trying to create an order form in excel that can be populated, then with the press of a button complete a word-based order form (that will save as PDF) to send to customers. I know this isn't the ...
ArthurEld's user avatar
0 votes
1 answer
45 views

VBA issue with Find function

I'm trying to find the row of for a value within a certain range. This range is changing, so it is set up with variables. In the example below the range is set from row 1 to 441 and it finds the value ...
Jaspervb's user avatar
1 vote
2 answers
74 views

Add quotation to start and end of each line in Xcode

I have multiple lists (in a .txt file) which I'd like to quickly convert to an array. I've seen this question asked and answered here for Notepad++, but not for Xcode. Is it possible to similarly here?...
Emile's user avatar
  • 65
0 votes
1 answer
25 views

Remove the digit(s), the comma and the space at the left part of the line

Sample data: (17, ' Antonio Moreno Taquería (Restaurant) - 'Page 2' <br> ('4 februari 2024'), (1, ' Cactus Comidas para llevar (Pizza) - 'Page 45' <br> ('7 april 2023'), (58679, ' ...
Bart Zakkenwasser's user avatar
0 votes
0 answers
23 views

VS Code : find next occurrence shortcut

I'm looking for a shortcut to find the next occurrence via the find in current file search box. I cannot seem to find anything other than pressing Ctrl-F, then pressing Enter once in the box. This is ...
James Coleman's user avatar
0 votes
2 answers
137 views

Tar: Cannot stat: No such file or directory

I am trying to make a create a backup bash script from multiple source dir to a different destination dir. So I used find to search for source dir folder name, save it into variable and use it for tar ...
RayAP's user avatar
  • 1
0 votes
2 answers
47 views

Button to find elements in an Array

I am trying to make a site where the user can hit a button and it will return data from the array. For example, a button called 'show male dogs' should bring back the 3 male dogs in the array. I am ...
Maureen Flannery's user avatar

15 30 50 per page