mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
5 lines
124 B
Bash
Executable file
5 lines
124 B
Bash
Executable file
#!/bin/sh
|
|
grep -v "modifiersname" | \
|
|
grep -v "modifytimestamp" | \
|
|
grep -v "creatorsname" | \
|
|
grep -v "createtimestamp"
|