Skip to main content

Questions tagged [fd]

A user-friendly alternative to find command

0 votes
0 answers
60 views

According to ps(1), ps doesn't support fd. even I didn't find fd in task_struct of kernel. How can I find fd of a program? َUPDATE: FD means File Descriptor. When I get query from services such as : ...
PersianGulf's user avatar
  • 11.3k
5 votes
1 answer
227 views

I accidentally rsynced (with symlink following) my entire / to another disk. I was running rsync as a regular user. Realizing my mistake, I wanted to clean up the backup. It deleted all the files, ...
Jeroen Baert's user avatar
2 votes
1 answer
1k views

fd-find does not finding anything. When searching something in home directory it instantly exists without any error. ❯ mkdir root ❯ cd root ❯ touch test ❯ ls -l total 0 -rw-rw-r-- 1 s1n7ax s1n7ax 0 ...
s1n7ax's user avatar
  • 437
2 votes
1 answer
777 views

Using fd also known as fdfind, how would I go about not including any hidden directories and files except for all the content in the .config directory?
Mattias Johnson's user avatar
0 votes
1 answer
508 views

I just discovered fzf (fuzzy finder) and now want to achieve the following using fd (https://github.com/sharkdp/fd): From the current directory find immediate parent directories of all files that ...
Richard's user avatar
  • 101
0 votes
2 answers
769 views

This is a follow-up question, UNIX-focused i m trying to implement my own shell and i got stuck in the pipe feature after some research i found out that i need to run pipe(2) to share data between ...
younes askour's user avatar
1 vote
1 answer
309 views

Let's say I want to find all files in a directory (recursively), but omit those e.g. in .git and node_modules subdirectories. I can do: $ fd -uut f -E .git -E node_modules But that will, for example, ...
x-yuri's user avatar
  • 3,623
0 votes
1 answer
3k views

I'm trying to write a shell function to rapidly cd into any directory in my home folder, using the fd and fzf programs. This is what I have so far function fdcd() { cd "$(fd --type d --ignore-file ...
noibe's user avatar
  • 417

15 30 50 per page