Skip to main content
jf1's user avatar
jf1's user avatar
jf1's user avatar
jf1
  • Member for 10 years, 5 months
  • Last seen more than a month ago
  • Berlin, Germany
4 votes

How to shard file into n-out-of-m redundancy (erasure code e.g. kind of reed solomon)?

3 votes

Why can Macs mount certain hardware that my Linux Mint can't?

3 votes
Accepted

Fast version of paste

2 votes

Finding an appropriate backup strategy (borgbackup, restic etc)

2 votes

Centralized $HOME for roaming devices - sync instead of NFS?

2 votes

Replace any number of tabs and spaces with single new line in Linux?

2 votes
Accepted

Linux, safest way to move a file system

1 vote

Fast version of paste

1 vote

Fast version of paste

1 vote

Join command not giving output when comparing large files

1 vote

Text file with unknown header does not print properly

1 vote
Accepted

Granting user ability to delete a file without giving them write permissions to the directory

1 vote

Why is `sed` no op much faster than `awk` in this case

1 vote
Accepted

Use Timeshift or similar for synching/backing up arbitrary locations?

1 vote

rolling diffs for storage of highly similar files?

0 votes

Copy files from Linux to Windows

0 votes

Linux | Copy open files to a different directory and keep them Synchronized

0 votes

AWK question: Print N lines, starting from the third line after given /pattern/

0 votes

comm for n files

0 votes

Remove duplicates in a very large file()

0 votes

Is there a command can do the reverse of what the paste command does?

0 votes

Merge 2 huge files matching multiple columns and preserving the order (print matching and non-matching values) - scale up from awk