Guest User

Untitled

a guest
Mar 17th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. [sweeks@kweh exp-fuse]$ getfattr -d repo/*
  2. # file: repo/concurrent_gc.txt
  3. user.lol.tags="programming,parrot"
  4.  
  5. # file: repo/define-syntax-primer.txt
  6. user.lol.tags="programming,scheme"
  7.  
  8. # file: repo/feynman.txt
  9. user.lol.tags="reading,physics"
  10.  
  11. # file: repo/gamedesign.txt
  12. user.lol.tags="nicholas,cg"
  13.  
  14. # file: repo/HigherOrderPerl.txt
  15. user.lol.tags="programming,perl"
  16.  
  17. # file: repo/lfb.txt
  18. user.lol.tags="reading,jbo"
  19.  
  20. # file: repo/mcgc.txt
  21. user.lol.tags="programming,parrot"
  22.  
  23. # file: repo/r6rs.txt
  24. user.lol.tags="programming,scheme"
  25.  
  26. # file: repo/science-of-magic.txt
  27. user.lol.tags="reading,nicholas"
  28.  
  29. [sweeks@kweh exp-fuse]$ tree v/
  30. v/
  31. ├── cg
  32. │   └── gamedesign.txt
  33. ├── jbo
  34. │   └── lfb.txt
  35. ├── nicholas
  36. │   ├── gamedesign.txt
  37. │   └── science-of-magic.txt
  38. ├── parrot
  39. │   ├── concurrent_gc.txt
  40. │   └── mcgc.txt
  41. ├── perl
  42. │   └── HigherOrderPerl.txt
  43. ├── physics
  44. │   └── feynman.txt
  45. ├── programming
  46. │   ├── concurrent_gc.txt
  47. │   ├── define-syntax-primer.txt
  48. │   ├── HigherOrderPerl.txt
  49. │   ├── mcgc.txt
  50. │   └── r6rs.txt
  51. ├── reading
  52. │   ├── feynman.txt
  53. │   ├── lfb.txt
  54. │   └── science-of-magic.txt
  55. ├── scheme
  56. │   ├── define-syntax-primer.txt
  57. │   └── r6rs.txt
  58. └── untagged
  59. └── untagged.txt
  60.  
  61. 10 directories, 19 files
Add Comment
Please, Sign In to add comment