summaryrefslogtreecommitdiff
path: root/Userland
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-01-12 11:57:58 +0100
committerAndreas Kling <kling@serenityos.org>2021-01-12 12:04:09 +0100
commitececac65c23ef06243814725c49553ca94f676a2 (patch)
treea3f477d840bde6858d243bf57c4bcd956c97698c /Userland
parentc4e2fd8123b83a6b890b410741f1d416a1162fdb (diff)
downloadserenity-ececac65c23ef06243814725c49553ca94f676a2.zip
Userland: Move command-line utilities to Userland/Utilities/
Diffstat (limited to 'Userland')
-rw-r--r--Userland/CMakeLists.txt51
-rw-r--r--Userland/Utilities/CMakeLists.txt49
-rw-r--r--Userland/Utilities/adjtime.cpp (renamed from Userland/adjtime.cpp)0
-rw-r--r--Userland/Utilities/allocate.cpp (renamed from Userland/allocate.cpp)0
-rw-r--r--Userland/Utilities/aplay.cpp (renamed from Userland/aplay.cpp)0
-rw-r--r--Userland/Utilities/arp.cpp (renamed from Userland/arp.cpp)0
-rw-r--r--Userland/Utilities/avol.cpp (renamed from Userland/avol.cpp)0
-rw-r--r--Userland/Utilities/base64.cpp (renamed from Userland/base64.cpp)0
-rw-r--r--Userland/Utilities/basename.cpp (renamed from Userland/basename.cpp)0
-rw-r--r--Userland/Utilities/beep.cpp (renamed from Userland/beep.cpp)0
-rw-r--r--Userland/Utilities/cal.cpp (renamed from Userland/cal.cpp)0
-rw-r--r--Userland/Utilities/cat.cpp (renamed from Userland/cat.cpp)0
-rw-r--r--Userland/Utilities/checksum.cpp (renamed from Userland/checksum.cpp)0
-rw-r--r--Userland/Utilities/chgrp.cpp (renamed from Userland/chgrp.cpp)0
-rw-r--r--Userland/Utilities/chmod.cpp (renamed from Userland/chmod.cpp)0
-rw-r--r--Userland/Utilities/chown.cpp (renamed from Userland/chown.cpp)0
-rw-r--r--Userland/Utilities/chroot.cpp (renamed from Userland/chroot.cpp)0
-rw-r--r--Userland/Utilities/clear.cpp (renamed from Userland/clear.cpp)0
-rw-r--r--Userland/Utilities/copy.cpp (renamed from Userland/copy.cpp)0
-rw-r--r--Userland/Utilities/cp.cpp (renamed from Userland/cp.cpp)0
-rw-r--r--Userland/Utilities/crash.cpp (renamed from Userland/crash.cpp)0
-rw-r--r--Userland/Utilities/cut.cpp (renamed from Userland/cut.cpp)0
-rw-r--r--Userland/Utilities/date.cpp (renamed from Userland/date.cpp)0
-rw-r--r--Userland/Utilities/ddate.cpp (renamed from Userland/ddate.cpp)0
-rw-r--r--Userland/Utilities/df.cpp (renamed from Userland/df.cpp)0
-rw-r--r--Userland/Utilities/dirname.cpp (renamed from Userland/dirname.cpp)0
-rw-r--r--Userland/Utilities/disasm.cpp (renamed from Userland/disasm.cpp)0
-rw-r--r--Userland/Utilities/disk_benchmark.cpp (renamed from Userland/disk_benchmark.cpp)0
-rw-r--r--Userland/Utilities/dmesg.cpp (renamed from Userland/dmesg.cpp)0
-rw-r--r--Userland/Utilities/du.cpp (renamed from Userland/du.cpp)0
-rw-r--r--Userland/Utilities/echo.cpp (renamed from Userland/echo.cpp)0
-rw-r--r--Userland/Utilities/env.cpp (renamed from Userland/env.cpp)0
-rw-r--r--Userland/Utilities/expr.cpp (renamed from Userland/expr.cpp)0
-rw-r--r--Userland/Utilities/false.cpp (renamed from Userland/false.cpp)0
-rw-r--r--Userland/Utilities/fgrep.cpp (renamed from Userland/fgrep.cpp)0
-rw-r--r--Userland/Utilities/find.cpp (renamed from Userland/find.cpp)0
-rw-r--r--Userland/Utilities/flock.cpp (renamed from Userland/flock.cpp)0
-rw-r--r--Userland/Utilities/functrace.cpp (renamed from Userland/functrace.cpp)0
-rw-r--r--Userland/Utilities/gml-format.cpp (renamed from Userland/gml-format.cpp)0
-rw-r--r--Userland/Utilities/grep.cpp (renamed from Userland/grep.cpp)0
-rw-r--r--Userland/Utilities/gron.cpp (renamed from Userland/gron.cpp)0
-rw-r--r--Userland/Utilities/gunzip.cpp (renamed from Userland/gunzip.cpp)0
-rw-r--r--Userland/Utilities/head.cpp (renamed from Userland/head.cpp)0
-rw-r--r--Userland/Utilities/hexdump.cpp (renamed from Userland/hexdump.cpp)0
-rw-r--r--Userland/Utilities/host.cpp (renamed from Userland/host.cpp)0
-rw-r--r--Userland/Utilities/hostname.cpp (renamed from Userland/hostname.cpp)0
-rw-r--r--Userland/Utilities/html.cpp (renamed from Userland/html.cpp)0
-rw-r--r--Userland/Utilities/id.cpp (renamed from Userland/id.cpp)0
-rw-r--r--Userland/Utilities/ifconfig.cpp (renamed from Userland/ifconfig.cpp)0
-rw-r--r--Userland/Utilities/ini.cpp (renamed from Userland/ini.cpp)0
-rw-r--r--Userland/Utilities/jp.cpp (renamed from Userland/jp.cpp)0
-rw-r--r--Userland/Utilities/js.cpp (renamed from Userland/js.cpp)0
-rw-r--r--Userland/Utilities/keymap.cpp (renamed from Userland/keymap.cpp)0
-rw-r--r--Userland/Utilities/kill.cpp (renamed from Userland/kill.cpp)0
-rw-r--r--Userland/Utilities/killall.cpp (renamed from Userland/killall.cpp)0
-rw-r--r--Userland/Utilities/ln.cpp (renamed from Userland/ln.cpp)0
-rw-r--r--Userland/Utilities/ls.cpp (renamed from Userland/ls.cpp)0
-rw-r--r--Userland/Utilities/lsirq.cpp (renamed from Userland/lsirq.cpp)0
-rw-r--r--Userland/Utilities/lsof.cpp (renamed from Userland/lsof.cpp)0
-rw-r--r--Userland/Utilities/lspci.cpp (renamed from Userland/lspci.cpp)0
-rw-r--r--Userland/Utilities/man.cpp (renamed from Userland/man.cpp)0
-rw-r--r--Userland/Utilities/md.cpp (renamed from Userland/md.cpp)0
-rw-r--r--Userland/Utilities/misbehaving-application.cpp (renamed from Userland/misbehaving-application.cpp)0
-rw-r--r--Userland/Utilities/mkdir.cpp (renamed from Userland/mkdir.cpp)0
-rw-r--r--Userland/Utilities/mkfifo.cpp (renamed from Userland/mkfifo.cpp)0
-rw-r--r--Userland/Utilities/mknod.cpp (renamed from Userland/mknod.cpp)0
-rw-r--r--Userland/Utilities/modload.cpp (renamed from Userland/modload.cpp)0
-rw-r--r--Userland/Utilities/modunload.cpp (renamed from Userland/modunload.cpp)0
-rw-r--r--Userland/Utilities/more.cpp (renamed from Userland/more.cpp)0
-rw-r--r--Userland/Utilities/mount.cpp (renamed from Userland/mount.cpp)0
-rw-r--r--Userland/Utilities/mv.cpp (renamed from Userland/mv.cpp)0
-rw-r--r--Userland/Utilities/nc.cpp (renamed from Userland/nc.cpp)0
-rw-r--r--Userland/Utilities/nl.cpp (renamed from Userland/nl.cpp)0
-rw-r--r--Userland/Utilities/notify.cpp (renamed from Userland/notify.cpp)0
-rw-r--r--Userland/Utilities/ntpquery.cpp (renamed from Userland/ntpquery.cpp)0
-rw-r--r--Userland/Utilities/open.cpp (renamed from Userland/open.cpp)0
-rw-r--r--Userland/Utilities/pape.cpp (renamed from Userland/pape.cpp)0
-rw-r--r--Userland/Utilities/passwd.cpp (renamed from Userland/passwd.cpp)0
-rw-r--r--Userland/Utilities/paste.cpp (renamed from Userland/paste.cpp)0
-rw-r--r--Userland/Utilities/pidof.cpp (renamed from Userland/pidof.cpp)0
-rw-r--r--Userland/Utilities/ping.cpp (renamed from Userland/ping.cpp)0
-rw-r--r--Userland/Utilities/pmap.cpp (renamed from Userland/pmap.cpp)0
-rw-r--r--Userland/Utilities/printf.cpp (renamed from Userland/printf.cpp)0
-rw-r--r--Userland/Utilities/pro.cpp (renamed from Userland/pro.cpp)0
-rw-r--r--Userland/Utilities/profile.cpp (renamed from Userland/profile.cpp)0
-rw-r--r--Userland/Utilities/ps.cpp (renamed from Userland/ps.cpp)0
-rw-r--r--Userland/Utilities/purge.cpp (renamed from Userland/purge.cpp)0
-rw-r--r--Userland/Utilities/readelf.cpp (renamed from Userland/readelf.cpp)0
-rw-r--r--Userland/Utilities/readlink.cpp (renamed from Userland/readlink.cpp)0
-rw-r--r--Userland/Utilities/realpath.cpp (renamed from Userland/realpath.cpp)0
-rw-r--r--Userland/Utilities/reboot.cpp (renamed from Userland/reboot.cpp)0
-rw-r--r--Userland/Utilities/rm.cpp (renamed from Userland/rm.cpp)0
-rw-r--r--Userland/Utilities/rmdir.cpp (renamed from Userland/rmdir.cpp)0
-rw-r--r--Userland/Utilities/seq.cpp (renamed from Userland/seq.cpp)0
-rw-r--r--Userland/Utilities/shutdown.cpp (renamed from Userland/shutdown.cpp)0
-rw-r--r--Userland/Utilities/sleep.cpp (renamed from Userland/sleep.cpp)0
-rw-r--r--Userland/Utilities/sort.cpp (renamed from Userland/sort.cpp)0
-rw-r--r--Userland/Utilities/stat.cpp (renamed from Userland/stat.cpp)0
-rw-r--r--Userland/Utilities/strace.cpp (renamed from Userland/strace.cpp)0
-rw-r--r--Userland/Utilities/su.cpp (renamed from Userland/su.cpp)0
-rw-r--r--Userland/Utilities/sync.cpp (renamed from Userland/sync.cpp)0
-rw-r--r--Userland/Utilities/syscall.cpp (renamed from Userland/syscall.cpp)0
-rw-r--r--Userland/Utilities/sysctl.cpp (renamed from Userland/sysctl.cpp)0
-rw-r--r--Userland/Utilities/tail.cpp (renamed from Userland/tail.cpp)0
-rw-r--r--Userland/Utilities/tar.cpp (renamed from Userland/tar.cpp)0
-rw-r--r--Userland/Utilities/tee.cpp (renamed from Userland/tee.cpp)0
-rw-r--r--Userland/Utilities/test-bindtodevice.cpp (renamed from Userland/test-bindtodevice.cpp)0
-rw-r--r--Userland/Utilities/test-compress.cpp (renamed from Userland/test-compress.cpp)0
-rw-r--r--Userland/Utilities/test-crypto.cpp (renamed from Userland/test-crypto.cpp)0
-rw-r--r--Userland/Utilities/test-gfx-font.cpp (renamed from Userland/test-gfx-font.cpp)0
-rw-r--r--Userland/Utilities/test-js.cpp (renamed from Userland/test-js.cpp)0
-rw-r--r--Userland/Utilities/test-pthread.cpp (renamed from Userland/test-pthread.cpp)0
-rw-r--r--Userland/Utilities/test-unveil.cpp (renamed from Userland/test-unveil.cpp)0
-rw-r--r--Userland/Utilities/test-web.cpp (renamed from Userland/test-web.cpp)0
-rw-r--r--Userland/Utilities/test.cpp (renamed from Userland/test.cpp)0
-rw-r--r--Userland/Utilities/test_efault.cpp (renamed from Userland/test_efault.cpp)0
-rw-r--r--Userland/Utilities/test_env.cpp (renamed from Userland/test_env.cpp)0
-rw-r--r--Userland/Utilities/test_io.cpp (renamed from Userland/test_io.cpp)0
-rw-r--r--Userland/Utilities/top.cpp (renamed from Userland/top.cpp)0
-rw-r--r--Userland/Utilities/touch.cpp (renamed from Userland/touch.cpp)0
-rw-r--r--Userland/Utilities/tr.cpp (renamed from Userland/tr.cpp)0
-rw-r--r--Userland/Utilities/tree.cpp (renamed from Userland/tree.cpp)0
-rw-r--r--Userland/Utilities/true.cpp (renamed from Userland/true.cpp)0
-rw-r--r--Userland/Utilities/truncate.cpp (renamed from Userland/truncate.cpp)0
-rw-r--r--Userland/Utilities/tt.cpp (renamed from Userland/tt.cpp)0
-rw-r--r--Userland/Utilities/tty.cpp (renamed from Userland/tty.cpp)0
-rw-r--r--Userland/Utilities/umount.cpp (renamed from Userland/umount.cpp)0
-rw-r--r--Userland/Utilities/uname.cpp (renamed from Userland/uname.cpp)0
-rw-r--r--Userland/Utilities/uniq.cpp (renamed from Userland/uniq.cpp)0
-rw-r--r--Userland/Utilities/unzip.cpp (renamed from Userland/unzip.cpp)0
-rw-r--r--Userland/Utilities/uptime.cpp (renamed from Userland/uptime.cpp)0
-rw-r--r--Userland/Utilities/useradd.cpp (renamed from Userland/useradd.cpp)0
-rw-r--r--Userland/Utilities/userdel.cpp (renamed from Userland/userdel.cpp)0
-rw-r--r--Userland/Utilities/utmpupdate.cpp (renamed from Userland/utmpupdate.cpp)0
-rw-r--r--Userland/Utilities/w.cpp (renamed from Userland/w.cpp)0
-rw-r--r--Userland/Utilities/watch.cpp (renamed from Userland/watch.cpp)0
-rw-r--r--Userland/Utilities/wc.cpp (renamed from Userland/wc.cpp)0
-rw-r--r--Userland/Utilities/which.cpp (renamed from Userland/which.cpp)0
-rw-r--r--Userland/Utilities/whoami.cpp (renamed from Userland/whoami.cpp)0
-rw-r--r--Userland/Utilities/xargs.cpp (renamed from Userland/xargs.cpp)0
-rw-r--r--Userland/Utilities/yes.cpp (renamed from Userland/yes.cpp)0
141 files changed, 50 insertions, 50 deletions
diff --git a/Userland/CMakeLists.txt b/Userland/CMakeLists.txt
index 2551a923c0..33717025e3 100644
--- a/Userland/CMakeLists.txt
+++ b/Userland/CMakeLists.txt
@@ -1,53 +1,4 @@
-file(GLOB CMD_SOURCES CONFIGURE_DEPENDS "*.cpp")
-list(APPEND SPECIAL_TARGETS "test" "install")
-
-foreach(CMD_SRC ${CMD_SOURCES})
- get_filename_component(CMD_NAME ${CMD_SRC} NAME_WE)
- if (CMD_NAME IN_LIST SPECIAL_TARGETS)
- add_executable("${CMD_NAME}-bin" ${CMD_SRC})
- target_link_libraries("${CMD_NAME}-bin" LibCore)
- install(TARGETS "${CMD_NAME}-bin" RUNTIME DESTINATION bin)
- install(CODE "execute_process(COMMAND mv ${CMD_NAME}-bin ${CMD_NAME} WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX}/bin)")
- else ()
- add_executable(${CMD_NAME} ${CMD_SRC})
- target_link_libraries(${CMD_NAME} LibCore)
- install(TARGETS ${CMD_NAME} RUNTIME DESTINATION bin)
- endif()
-endforeach()
-
-target_link_libraries(aplay LibAudio)
-target_link_libraries(avol LibAudio)
-target_link_libraries(checksum LibCrypto)
-target_link_libraries(copy LibGUI)
-target_link_libraries(disasm LibX86)
-target_link_libraries(expr LibRegex)
-target_link_libraries(functrace LibDebug LibX86)
-target_link_libraries(gml-format LibGUI)
-target_link_libraries(html LibWeb)
-target_link_libraries(js LibJS LibLine)
-target_link_libraries(keymap LibKeyboard)
-target_link_libraries(lspci LibPCIDB)
-target_link_libraries(man LibMarkdown)
-target_link_libraries(md LibMarkdown)
-target_link_libraries(misbehaving-application LibCore)
-target_link_libraries(notify LibGUI)
-target_link_libraries(open LibDesktop)
-target_link_libraries(pape LibGUI)
-target_link_libraries(passwd LibCrypt)
-target_link_libraries(paste LibGUI)
-target_link_libraries(pro LibProtocol)
-target_link_libraries(su LibCrypt)
-target_link_libraries(tar LibTar LibCompress)
-target_link_libraries(test-crypto LibCrypto LibTLS LibLine)
-target_link_libraries(test-compress LibCompress)
-target_link_libraries(test-gfx-font LibGUI LibCore)
-target_link_libraries(test-js LibJS LibLine LibCore)
-target_link_libraries(test-pthread LibThread)
-target_link_libraries(test-web LibWeb)
-target_link_libraries(tt LibPthread)
-target_link_libraries(grep LibRegex)
-target_link_libraries(gunzip LibCompress)
-
add_subdirectory(DynamicLoader)
add_subdirectory(Shell)
add_subdirectory(Tests)
+add_subdirectory(Utilities)
diff --git a/Userland/Utilities/CMakeLists.txt b/Userland/Utilities/CMakeLists.txt
new file mode 100644
index 0000000000..6dc2c78079
--- /dev/null
+++ b/Userland/Utilities/CMakeLists.txt
@@ -0,0 +1,49 @@
+file(GLOB CMD_SOURCES CONFIGURE_DEPENDS "*.cpp")
+list(APPEND SPECIAL_TARGETS "test" "install")
+
+foreach(CMD_SRC ${CMD_SOURCES})
+ get_filename_component(CMD_NAME ${CMD_SRC} NAME_WE)
+ if (CMD_NAME IN_LIST SPECIAL_TARGETS)
+ add_executable("${CMD_NAME}-bin" ${CMD_SRC})
+ target_link_libraries("${CMD_NAME}-bin" LibCore)
+ install(TARGETS "${CMD_NAME}-bin" RUNTIME DESTINATION bin)
+ install(CODE "execute_process(COMMAND mv ${CMD_NAME}-bin ${CMD_NAME} WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX}/bin)")
+ else ()
+ add_executable(${CMD_NAME} ${CMD_SRC})
+ target_link_libraries(${CMD_NAME} LibCore)
+ install(TARGETS ${CMD_NAME} RUNTIME DESTINATION bin)
+ endif()
+endforeach()
+
+target_link_libraries(aplay LibAudio)
+target_link_libraries(avol LibAudio)
+target_link_libraries(checksum LibCrypto)
+target_link_libraries(copy LibGUI)
+target_link_libraries(disasm LibX86)
+target_link_libraries(expr LibRegex)
+target_link_libraries(functrace LibDebug LibX86)
+target_link_libraries(gml-format LibGUI)
+target_link_libraries(html LibWeb)
+target_link_libraries(js LibJS LibLine)
+target_link_libraries(keymap LibKeyboard)
+target_link_libraries(lspci LibPCIDB)
+target_link_libraries(man LibMarkdown)
+target_link_libraries(md LibMarkdown)
+target_link_libraries(misbehaving-application LibCore)
+target_link_libraries(notify LibGUI)
+target_link_libraries(open LibDesktop)
+target_link_libraries(pape LibGUI)
+target_link_libraries(passwd LibCrypt)
+target_link_libraries(paste LibGUI)
+target_link_libraries(pro LibProtocol)
+target_link_libraries(su LibCrypt)
+target_link_libraries(tar LibTar LibCompress)
+target_link_libraries(test-crypto LibCrypto LibTLS LibLine)
+target_link_libraries(test-compress LibCompress)
+target_link_libraries(test-gfx-font LibGUI LibCore)
+target_link_libraries(test-js LibJS LibLine LibCore)
+target_link_libraries(test-pthread LibThread)
+target_link_libraries(test-web LibWeb)
+target_link_libraries(tt LibPthread)
+target_link_libraries(grep LibRegex)
+target_link_libraries(gunzip LibCompress)
diff --git a/Userland/adjtime.cpp b/Userland/Utilities/adjtime.cpp
index 810421bc98..810421bc98 100644
--- a/Userland/adjtime.cpp
+++ b/Userland/Utilities/adjtime.cpp
diff --git a/Userland/allocate.cpp b/Userland/Utilities/allocate.cpp
index 9e906121a4..9e906121a4 100644
--- a/Userland/allocate.cpp
+++ b/Userland/Utilities/allocate.cpp
diff --git a/Userland/aplay.cpp b/Userland/Utilities/aplay.cpp
index 5c5d221bf5..5c5d221bf5 100644
--- a/Userland/aplay.cpp
+++ b/Userland/Utilities/aplay.cpp
diff --git a/Userland/arp.cpp b/Userland/Utilities/arp.cpp
index 2be5ce7a26..2be5ce7a26 100644
--- a/Userland/arp.cpp
+++ b/Userland/Utilities/arp.cpp
diff --git a/Userland/avol.cpp b/Userland/Utilities/avol.cpp
index cc38a6b0dc..cc38a6b0dc 100644
--- a/Userland/avol.cpp
+++ b/Userland/Utilities/avol.cpp
diff --git a/Userland/base64.cpp b/Userland/Utilities/base64.cpp
index f8e0fc6ff9..f8e0fc6ff9 100644
--- a/Userland/base64.cpp
+++ b/Userland/Utilities/base64.cpp
diff --git a/Userland/basename.cpp b/Userland/Utilities/basename.cpp
index 65862f1072..65862f1072 100644
--- a/Userland/basename.cpp
+++ b/Userland/Utilities/basename.cpp
diff --git a/Userland/beep.cpp b/Userland/Utilities/beep.cpp
index 7f183151cc..7f183151cc 100644
--- a/Userland/beep.cpp
+++ b/Userland/Utilities/beep.cpp
diff --git a/Userland/cal.cpp b/Userland/Utilities/cal.cpp
index c5b436eb9c..c5b436eb9c 100644
--- a/Userland/cal.cpp
+++ b/Userland/Utilities/cal.cpp
diff --git a/Userland/cat.cpp b/Userland/Utilities/cat.cpp
index 496eb890bc..496eb890bc 100644
--- a/Userland/cat.cpp
+++ b/Userland/Utilities/cat.cpp
diff --git a/Userland/checksum.cpp b/Userland/Utilities/checksum.cpp
index d2c6e59e5b..d2c6e59e5b 100644
--- a/Userland/checksum.cpp
+++ b/Userland/Utilities/checksum.cpp
diff --git a/Userland/chgrp.cpp b/Userland/Utilities/chgrp.cpp
index 18cb0475ab..18cb0475ab 100644
--- a/Userland/chgrp.cpp
+++ b/Userland/Utilities/chgrp.cpp
diff --git a/Userland/chmod.cpp b/Userland/Utilities/chmod.cpp
index 4b3dd20089..4b3dd20089 100644
--- a/Userland/chmod.cpp
+++ b/Userland/Utilities/chmod.cpp
diff --git a/Userland/chown.cpp b/Userland/Utilities/chown.cpp
index 6e5040380b..6e5040380b 100644
--- a/Userland/chown.cpp
+++ b/Userland/Utilities/chown.cpp
diff --git a/Userland/chroot.cpp b/Userland/Utilities/chroot.cpp
index 07c774ecda..07c774ecda 100644
--- a/Userland/chroot.cpp
+++ b/Userland/Utilities/chroot.cpp
diff --git a/Userland/clear.cpp b/Userland/Utilities/clear.cpp
index fd3f0506a4..fd3f0506a4 100644
--- a/Userland/clear.cpp
+++ b/Userland/Utilities/clear.cpp
diff --git a/Userland/copy.cpp b/Userland/Utilities/copy.cpp
index 90d2e04430..90d2e04430 100644
--- a/Userland/copy.cpp
+++ b/Userland/Utilities/copy.cpp
diff --git a/Userland/cp.cpp b/Userland/Utilities/cp.cpp
index ee640f6f3d..ee640f6f3d 100644
--- a/Userland/cp.cpp
+++ b/Userland/Utilities/cp.cpp
diff --git a/Userland/crash.cpp b/Userland/Utilities/crash.cpp
index 5f4c763a4f..5f4c763a4f 100644
--- a/Userland/crash.cpp
+++ b/Userland/Utilities/crash.cpp
diff --git a/Userland/cut.cpp b/Userland/Utilities/cut.cpp
index f3eee67e1c..f3eee67e1c 100644
--- a/Userland/cut.cpp
+++ b/Userland/Utilities/cut.cpp
diff --git a/Userland/date.cpp b/Userland/Utilities/date.cpp
index 057112a4c3..057112a4c3 100644
--- a/Userland/date.cpp
+++ b/Userland/Utilities/date.cpp
diff --git a/Userland/ddate.cpp b/Userland/Utilities/ddate.cpp
index 763a5a3493..763a5a3493 100644
--- a/Userland/ddate.cpp
+++ b/Userland/Utilities/ddate.cpp
diff --git a/Userland/df.cpp b/Userland/Utilities/df.cpp
index 53a79eb7aa..53a79eb7aa 100644
--- a/Userland/df.cpp
+++ b/Userland/Utilities/df.cpp
diff --git a/Userland/dirname.cpp b/Userland/Utilities/dirname.cpp
index 2d13c9eb15..2d13c9eb15 100644
--- a/Userland/dirname.cpp
+++ b/Userland/Utilities/dirname.cpp
diff --git a/Userland/disasm.cpp b/Userland/Utilities/disasm.cpp
index 781caf0796..781caf0796 100644
--- a/Userland/disasm.cpp
+++ b/Userland/Utilities/disasm.cpp
diff --git a/Userland/disk_benchmark.cpp b/Userland/Utilities/disk_benchmark.cpp
index de3ff19849..de3ff19849 100644
--- a/Userland/disk_benchmark.cpp
+++ b/Userland/Utilities/disk_benchmark.cpp
diff --git a/Userland/dmesg.cpp b/Userland/Utilities/dmesg.cpp
index 415bad6dd6..415bad6dd6 100644
--- a/Userland/dmesg.cpp
+++ b/Userland/Utilities/dmesg.cpp
diff --git a/Userland/du.cpp b/Userland/Utilities/du.cpp
index fed2898eb4..fed2898eb4 100644
--- a/Userland/du.cpp
+++ b/Userland/Utilities/du.cpp
diff --git a/Userland/echo.cpp b/Userland/Utilities/echo.cpp
index 0ac1ce6bb5..0ac1ce6bb5 100644
--- a/Userland/echo.cpp
+++ b/Userland/Utilities/echo.cpp
diff --git a/Userland/env.cpp b/Userland/Utilities/env.cpp
index 630ff81749..630ff81749 100644
--- a/Userland/env.cpp
+++ b/Userland/Utilities/env.cpp
diff --git a/Userland/expr.cpp b/Userland/Utilities/expr.cpp
index 896409a6d9..896409a6d9 100644
--- a/Userland/expr.cpp
+++ b/Userland/Utilities/expr.cpp
diff --git a/Userland/false.cpp b/Userland/Utilities/false.cpp
index c7a39e47e8..c7a39e47e8 100644
--- a/Userland/false.cpp
+++ b/Userland/Utilities/false.cpp
diff --git a/Userland/fgrep.cpp b/Userland/Utilities/fgrep.cpp
index bf71e54c77..bf71e54c77 100644
--- a/Userland/fgrep.cpp
+++ b/Userland/Utilities/fgrep.cpp
diff --git a/Userland/find.cpp b/Userland/Utilities/find.cpp
index 872cf1717e..872cf1717e 100644
--- a/Userland/find.cpp
+++ b/Userland/Utilities/find.cpp
diff --git a/Userland/flock.cpp b/Userland/Utilities/flock.cpp
index dade8a2c44..dade8a2c44 100644
--- a/Userland/flock.cpp
+++ b/Userland/Utilities/flock.cpp
diff --git a/Userland/functrace.cpp b/Userland/Utilities/functrace.cpp
index dcb2d046b3..dcb2d046b3 100644
--- a/Userland/functrace.cpp
+++ b/Userland/Utilities/functrace.cpp
diff --git a/Userland/gml-format.cpp b/Userland/Utilities/gml-format.cpp
index 79ce530a32..79ce530a32 100644
--- a/Userland/gml-format.cpp
+++ b/Userland/Utilities/gml-format.cpp
diff --git a/Userland/grep.cpp b/Userland/Utilities/grep.cpp
index 25ab2e900c..25ab2e900c 100644
--- a/Userland/grep.cpp
+++ b/Userland/Utilities/grep.cpp
diff --git a/Userland/gron.cpp b/Userland/Utilities/gron.cpp
index 0c1b50eca9..0c1b50eca9 100644
--- a/Userland/gron.cpp
+++ b/Userland/Utilities/gron.cpp
diff --git a/Userland/gunzip.cpp b/Userland/Utilities/gunzip.cpp
index 58678d1b88..58678d1b88 100644
--- a/Userland/gunzip.cpp
+++ b/Userland/Utilities/gunzip.cpp
diff --git a/Userland/head.cpp b/Userland/Utilities/head.cpp
index 132df61ee6..132df61ee6 100644
--- a/Userland/head.cpp
+++ b/Userland/Utilities/head.cpp
diff --git a/Userland/hexdump.cpp b/Userland/Utilities/hexdump.cpp
index a4c4b04cb8..a4c4b04cb8 100644
--- a/Userland/hexdump.cpp
+++ b/Userland/Utilities/hexdump.cpp
diff --git a/Userland/host.cpp b/Userland/Utilities/host.cpp
index d77054b868..d77054b868 100644
--- a/Userland/host.cpp
+++ b/Userland/Utilities/host.cpp
diff --git a/Userland/hostname.cpp b/Userland/Utilities/hostname.cpp
index 68c6dfe030..68c6dfe030 100644
--- a/Userland/hostname.cpp
+++ b/Userland/Utilities/hostname.cpp
diff --git a/Userland/html.cpp b/Userland/Utilities/html.cpp
index b6e2524474..b6e2524474 100644
--- a/Userland/html.cpp
+++ b/Userland/Utilities/html.cpp
diff --git a/Userland/id.cpp b/Userland/Utilities/id.cpp
index f0caa31508..f0caa31508 100644
--- a/Userland/id.cpp
+++ b/Userland/Utilities/id.cpp
diff --git a/Userland/ifconfig.cpp b/Userland/Utilities/ifconfig.cpp
index 2a1b000d9b..2a1b000d9b 100644
--- a/Userland/ifconfig.cpp
+++ b/Userland/Utilities/ifconfig.cpp
diff --git a/Userland/ini.cpp b/Userland/Utilities/ini.cpp
index 5ac2c445a3..5ac2c445a3 100644
--- a/Userland/ini.cpp
+++ b/Userland/Utilities/ini.cpp
diff --git a/Userland/jp.cpp b/Userland/Utilities/jp.cpp
index cb7bef1f95..cb7bef1f95 100644
--- a/Userland/jp.cpp
+++ b/Userland/Utilities/jp.cpp
diff --git a/Userland/js.cpp b/Userland/Utilities/js.cpp
index 036c097d7a..036c097d7a 100644
--- a/Userland/js.cpp
+++ b/Userland/Utilities/js.cpp
diff --git a/Userland/keymap.cpp b/Userland/Utilities/keymap.cpp
index c057187015..c057187015 100644
--- a/Userland/keymap.cpp
+++ b/Userland/Utilities/keymap.cpp
diff --git a/Userland/kill.cpp b/Userland/Utilities/kill.cpp
index e29a6fd54e..e29a6fd54e 100644
--- a/Userland/kill.cpp
+++ b/Userland/Utilities/kill.cpp
diff --git a/Userland/killall.cpp b/Userland/Utilities/killall.cpp
index 1caae0a112..1caae0a112 100644
--- a/Userland/killall.cpp
+++ b/Userland/Utilities/killall.cpp
diff --git a/Userland/ln.cpp b/Userland/Utilities/ln.cpp
index ac9077ec0b..ac9077ec0b 100644
--- a/Userland/ln.cpp
+++ b/Userland/Utilities/ln.cpp
diff --git a/Userland/ls.cpp b/Userland/Utilities/ls.cpp
index bdeba14361..bdeba14361 100644
--- a/Userland/ls.cpp
+++ b/Userland/Utilities/ls.cpp
diff --git a/Userland/lsirq.cpp b/Userland/Utilities/lsirq.cpp
index 8a24308c20..8a24308c20 100644
--- a/Userland/lsirq.cpp
+++ b/Userland/Utilities/lsirq.cpp
diff --git a/Userland/lsof.cpp b/Userland/Utilities/lsof.cpp
index 029565cedc..029565cedc 100644
--- a/Userland/lsof.cpp
+++ b/Userland/Utilities/lsof.cpp
diff --git a/Userland/lspci.cpp b/Userland/Utilities/lspci.cpp
index 4f42e26018..4f42e26018 100644
--- a/Userland/lspci.cpp
+++ b/Userland/Utilities/lspci.cpp
diff --git a/Userland/man.cpp b/Userland/Utilities/man.cpp
index 079660494c..079660494c 100644
--- a/Userland/man.cpp
+++ b/Userland/Utilities/man.cpp
diff --git a/Userland/md.cpp b/Userland/Utilities/md.cpp
index 04e77d28cd..04e77d28cd 100644
--- a/Userland/md.cpp
+++ b/Userland/Utilities/md.cpp
diff --git a/Userland/misbehaving-application.cpp b/Userland/Utilities/misbehaving-application.cpp
index cee1ccab1c..cee1ccab1c 100644
--- a/Userland/misbehaving-application.cpp
+++ b/Userland/Utilities/misbehaving-application.cpp
diff --git a/Userland/mkdir.cpp b/Userland/Utilities/mkdir.cpp
index 04badc9836..04badc9836 100644
--- a/Userland/mkdir.cpp
+++ b/Userland/Utilities/mkdir.cpp
diff --git a/Userland/mkfifo.cpp b/Userland/Utilities/mkfifo.cpp
index ba06d1b06b..ba06d1b06b 100644
--- a/Userland/mkfifo.cpp
+++ b/Userland/Utilities/mkfifo.cpp
diff --git a/Userland/mknod.cpp b/Userland/Utilities/mknod.cpp
index 49ef4cdacc..49ef4cdacc 100644
--- a/Userland/mknod.cpp
+++ b/Userland/Utilities/mknod.cpp
diff --git a/Userland/modload.cpp b/Userland/Utilities/modload.cpp
index da86c93af4..da86c93af4 100644
--- a/Userland/modload.cpp
+++ b/Userland/Utilities/modload.cpp
diff --git a/Userland/modunload.cpp b/Userland/Utilities/modunload.cpp
index b6e089bdd3..b6e089bdd3 100644
--- a/Userland/modunload.cpp
+++ b/Userland/Utilities/modunload.cpp
diff --git a/Userland/more.cpp b/Userland/Utilities/more.cpp
index 94b34e44cb..94b34e44cb 100644
--- a/Userland/more.cpp
+++ b/Userland/Utilities/more.cpp
diff --git a/Userland/mount.cpp b/Userland/Utilities/mount.cpp
index 9e313d7a19..9e313d7a19 100644
--- a/Userland/mount.cpp
+++ b/Userland/Utilities/mount.cpp
diff --git a/Userland/mv.cpp b/Userland/Utilities/mv.cpp
index de07baf09b..de07baf09b 100644
--- a/Userland/mv.cpp
+++ b/Userland/Utilities/mv.cpp
diff --git a/Userland/nc.cpp b/Userland/Utilities/nc.cpp
index 8d4f0a7613..8d4f0a7613 100644
--- a/Userland/nc.cpp
+++ b/Userland/Utilities/nc.cpp
diff --git a/Userland/nl.cpp b/Userland/Utilities/nl.cpp
index ad6e965ae3..ad6e965ae3 100644
--- a/Userland/nl.cpp
+++ b/Userland/Utilities/nl.cpp
diff --git a/Userland/notify.cpp b/Userland/Utilities/notify.cpp
index cb596e98e5..cb596e98e5 100644
--- a/Userland/notify.cpp
+++ b/Userland/Utilities/notify.cpp
diff --git a/Userland/ntpquery.cpp b/Userland/Utilities/ntpquery.cpp
index 017a6c0235..017a6c0235 100644
--- a/Userland/ntpquery.cpp
+++ b/Userland/Utilities/ntpquery.cpp
diff --git a/Userland/open.cpp b/Userland/Utilities/open.cpp
index c141eb817f..c141eb817f 100644
--- a/Userland/open.cpp
+++ b/Userland/Utilities/open.cpp
diff --git a/Userland/pape.cpp b/Userland/Utilities/pape.cpp
index 9c79dd7d5c..9c79dd7d5c 100644
--- a/Userland/pape.cpp
+++ b/Userland/Utilities/pape.cpp
diff --git a/Userland/passwd.cpp b/Userland/Utilities/passwd.cpp
index b0a36e437a..b0a36e437a 100644
--- a/Userland/passwd.cpp
+++ b/Userland/Utilities/passwd.cpp
diff --git a/Userland/paste.cpp b/Userland/Utilities/paste.cpp
index df19f15e4c..df19f15e4c 100644
--- a/Userland/paste.cpp
+++ b/Userland/Utilities/paste.cpp
diff --git a/Userland/pidof.cpp b/Userland/Utilities/pidof.cpp
index 71ae5ea767..71ae5ea767 100644
--- a/Userland/pidof.cpp
+++ b/Userland/Utilities/pidof.cpp
diff --git a/Userland/ping.cpp b/Userland/Utilities/ping.cpp
index a960c73dc5..a960c73dc5 100644
--- a/Userland/ping.cpp
+++ b/Userland/Utilities/ping.cpp
diff --git a/Userland/pmap.cpp b/Userland/Utilities/pmap.cpp
index a0cdf12b72..a0cdf12b72 100644
--- a/Userland/pmap.cpp
+++ b/Userland/Utilities/pmap.cpp
diff --git a/Userland/printf.cpp b/Userland/Utilities/printf.cpp
index bb434e761c..bb434e761c 100644
--- a/Userland/printf.cpp
+++ b/Userland/Utilities/printf.cpp
diff --git a/Userland/pro.cpp b/Userland/Utilities/pro.cpp
index 95f9a74ed0..95f9a74ed0 100644
--- a/Userland/pro.cpp
+++ b/Userland/Utilities/pro.cpp
diff --git a/Userland/profile.cpp b/Userland/Utilities/profile.cpp
index 915518beb0..915518beb0 100644
--- a/Userland/profile.cpp
+++ b/Userland/Utilities/profile.cpp
diff --git a/Userland/ps.cpp b/Userland/Utilities/ps.cpp
index 48083c3a46..48083c3a46 100644
--- a/Userland/ps.cpp
+++ b/Userland/Utilities/ps.cpp
diff --git a/Userland/purge.cpp b/Userland/Utilities/purge.cpp
index 95257ec563..95257ec563 100644
--- a/Userland/purge.cpp
+++ b/Userland/Utilities/purge.cpp
diff --git a/Userland/readelf.cpp b/Userland/Utilities/readelf.cpp
index 08bd2e6607..08bd2e6607 100644
--- a/Userland/readelf.cpp
+++ b/Userland/Utilities/readelf.cpp
diff --git a/Userland/readlink.cpp b/Userland/Utilities/readlink.cpp
index de65e6212a..de65e6212a 100644
--- a/Userland/readlink.cpp
+++ b/Userland/Utilities/readlink.cpp
diff --git a/Userland/realpath.cpp b/Userland/Utilities/realpath.cpp
index 328f84a1f7..328f84a1f7 100644
--- a/Userland/realpath.cpp
+++ b/Userland/Utilities/realpath.cpp
diff --git a/Userland/reboot.cpp b/Userland/Utilities/reboot.cpp
index ddca508b98..ddca508b98 100644
--- a/Userland/reboot.cpp
+++ b/Userland/Utilities/reboot.cpp
diff --git a/Userland/rm.cpp b/Userland/Utilities/rm.cpp
index d563a294df..d563a294df 100644
--- a/Userland/rm.cpp
+++ b/Userland/Utilities/rm.cpp
diff --git a/Userland/rmdir.cpp b/Userland/Utilities/rmdir.cpp
index 4d321bb9ab..4d321bb9ab 100644
--- a/Userland/rmdir.cpp
+++ b/Userland/Utilities/rmdir.cpp
diff --git a/Userland/seq.cpp b/Userland/Utilities/seq.cpp
index a7a6ea7c22..a7a6ea7c22 100644
--- a/Userland/seq.cpp
+++ b/Userland/Utilities/seq.cpp
diff --git a/Userland/shutdown.cpp b/Userland/Utilities/shutdown.cpp
index 9c080771e8..9c080771e8 100644
--- a/Userland/shutdown.cpp
+++ b/Userland/Utilities/shutdown.cpp
diff --git a/Userland/sleep.cpp b/Userland/Utilities/sleep.cpp
index 6cbc4465a6..6cbc4465a6 100644
--- a/Userland/sleep.cpp
+++ b/Userland/Utilities/sleep.cpp
diff --git a/Userland/sort.cpp b/Userland/Utilities/sort.cpp
index 351d196057..351d196057 100644
--- a/Userland/sort.cpp
+++ b/Userland/Utilities/sort.cpp
diff --git a/Userland/stat.cpp b/Userland/Utilities/stat.cpp
index 05501ced25..05501ced25 100644
--- a/Userland/stat.cpp
+++ b/Userland/Utilities/stat.cpp
diff --git a/Userland/strace.cpp b/Userland/Utilities/strace.cpp
index e915e7d3f2..e915e7d3f2 100644
--- a/Userland/strace.cpp
+++ b/Userland/Utilities/strace.cpp
diff --git a/Userland/su.cpp b/Userland/Utilities/su.cpp
index 3377615570..3377615570 100644
--- a/Userland/su.cpp
+++ b/Userland/Utilities/su.cpp
diff --git a/Userland/sync.cpp b/Userland/Utilities/sync.cpp
index db0c91630b..db0c91630b 100644
--- a/Userland/sync.cpp
+++ b/Userland/Utilities/sync.cpp
diff --git a/Userland/syscall.cpp b/Userland/Utilities/syscall.cpp
index fcb7862e3c..fcb7862e3c 100644
--- a/Userland/syscall.cpp
+++ b/Userland/Utilities/syscall.cpp
diff --git a/Userland/sysctl.cpp b/Userland/Utilities/sysctl.cpp
index 74336b6304..74336b6304 100644
--- a/Userland/sysctl.cpp
+++ b/Userland/Utilities/sysctl.cpp
diff --git a/Userland/tail.cpp b/Userland/Utilities/tail.cpp
index 60fb351f19..60fb351f19 100644
--- a/Userland/tail.cpp
+++ b/Userland/Utilities/tail.cpp
diff --git a/Userland/tar.cpp b/Userland/Utilities/tar.cpp
index b828e3d8d1..b828e3d8d1 100644
--- a/Userland/tar.cpp
+++ b/Userland/Utilities/tar.cpp
diff --git a/Userland/tee.cpp b/Userland/Utilities/tee.cpp
index 92c58c7031..92c58c7031 100644
--- a/Userland/tee.cpp
+++ b/Userland/Utilities/tee.cpp
diff --git a/Userland/test-bindtodevice.cpp b/Userland/Utilities/test-bindtodevice.cpp
index 8213e5c0ce..8213e5c0ce 100644
--- a/Userland/test-bindtodevice.cpp
+++ b/Userland/Utilities/test-bindtodevice.cpp
diff --git a/Userland/test-compress.cpp b/Userland/Utilities/test-compress.cpp
index 7e1dbb0d63..7e1dbb0d63 100644
--- a/Userland/test-compress.cpp
+++ b/Userland/Utilities/test-compress.cpp
diff --git a/Userland/test-crypto.cpp b/Userland/Utilities/test-crypto.cpp
index 55d9c69611..55d9c69611 100644
--- a/Userland/test-crypto.cpp
+++ b/Userland/Utilities/test-crypto.cpp
diff --git a/Userland/test-gfx-font.cpp b/Userland/Utilities/test-gfx-font.cpp
index e1bf939bb5..e1bf939bb5 100644
--- a/Userland/test-gfx-font.cpp
+++ b/Userland/Utilities/test-gfx-font.cpp
diff --git a/Userland/test-js.cpp b/Userland/Utilities/test-js.cpp
index 9245d06492..9245d06492 100644
--- a/Userland/test-js.cpp
+++ b/Userland/Utilities/test-js.cpp
diff --git a/Userland/test-pthread.cpp b/Userland/Utilities/test-pthread.cpp
index 36914f6634..36914f6634 100644
--- a/Userland/test-pthread.cpp
+++ b/Userland/Utilities/test-pthread.cpp
diff --git a/Userland/test-unveil.cpp b/Userland/Utilities/test-unveil.cpp
index df632517d1..df632517d1 100644
--- a/Userland/test-unveil.cpp
+++ b/Userland/Utilities/test-unveil.cpp
diff --git a/Userland/test-web.cpp b/Userland/Utilities/test-web.cpp
index e4172ddd03..e4172ddd03 100644
--- a/Userland/test-web.cpp
+++ b/Userland/Utilities/test-web.cpp
diff --git a/Userland/test.cpp b/Userland/Utilities/test.cpp
index a81c84933c..a81c84933c 100644
--- a/Userland/test.cpp
+++ b/Userland/Utilities/test.cpp
diff --git a/Userland/test_efault.cpp b/Userland/Utilities/test_efault.cpp
index b063fcfb78..b063fcfb78 100644
--- a/Userland/test_efault.cpp
+++ b/Userland/Utilities/test_efault.cpp
diff --git a/Userland/test_env.cpp b/Userland/Utilities/test_env.cpp
index ce5467ecf9..ce5467ecf9 100644
--- a/Userland/test_env.cpp
+++ b/Userland/Utilities/test_env.cpp
diff --git a/Userland/test_io.cpp b/Userland/Utilities/test_io.cpp
index 316840a8e5..316840a8e5 100644
--- a/Userland/test_io.cpp
+++ b/Userland/Utilities/test_io.cpp
diff --git a/Userland/top.cpp b/Userland/Utilities/top.cpp
index c53dfb88f0..c53dfb88f0 100644
--- a/Userland/top.cpp
+++ b/Userland/Utilities/top.cpp
diff --git a/Userland/touch.cpp b/Userland/Utilities/touch.cpp
index ef6c16162c..ef6c16162c 100644
--- a/Userland/touch.cpp
+++ b/Userland/Utilities/touch.cpp
diff --git a/Userland/tr.cpp b/Userland/Utilities/tr.cpp
index 8096598e9a..8096598e9a 100644
--- a/Userland/tr.cpp
+++ b/Userland/Utilities/tr.cpp
diff --git a/Userland/tree.cpp b/Userland/Utilities/tree.cpp
index 5f6dd334a5..5f6dd334a5 100644
--- a/Userland/tree.cpp
+++ b/Userland/Utilities/tree.cpp
diff --git a/Userland/true.cpp b/Userland/Utilities/true.cpp
index 3e3d125d4c..3e3d125d4c 100644
--- a/Userland/true.cpp
+++ b/Userland/Utilities/true.cpp
diff --git a/Userland/truncate.cpp b/Userland/Utilities/truncate.cpp
index ad0cbd531d..ad0cbd531d 100644
--- a/Userland/truncate.cpp
+++ b/Userland/Utilities/truncate.cpp
diff --git a/Userland/tt.cpp b/Userland/Utilities/tt.cpp
index b5f4730ee9..b5f4730ee9 100644
--- a/Userland/tt.cpp
+++ b/Userland/Utilities/tt.cpp
diff --git a/Userland/tty.cpp b/Userland/Utilities/tty.cpp
index 509eb522de..509eb522de 100644
--- a/Userland/tty.cpp
+++ b/Userland/Utilities/tty.cpp
diff --git a/Userland/umount.cpp b/Userland/Utilities/umount.cpp
index 63b20cf344..63b20cf344 100644
--- a/Userland/umount.cpp
+++ b/Userland/Utilities/umount.cpp
diff --git a/Userland/uname.cpp b/Userland/Utilities/uname.cpp
index 99b0606009..99b0606009 100644
--- a/Userland/uname.cpp
+++ b/Userland/Utilities/uname.cpp
diff --git a/Userland/uniq.cpp b/Userland/Utilities/uniq.cpp
index 0034c1cb62..0034c1cb62 100644
--- a/Userland/uniq.cpp
+++ b/Userland/Utilities/uniq.cpp
diff --git a/Userland/unzip.cpp b/Userland/Utilities/unzip.cpp
index d21228c822..d21228c822 100644
--- a/Userland/unzip.cpp
+++ b/Userland/Utilities/unzip.cpp
diff --git a/Userland/uptime.cpp b/Userland/Utilities/uptime.cpp
index c8b21ae368..c8b21ae368 100644
--- a/Userland/uptime.cpp
+++ b/Userland/Utilities/uptime.cpp
diff --git a/Userland/useradd.cpp b/Userland/Utilities/useradd.cpp
index 627e1209f2..627e1209f2 100644
--- a/Userland/useradd.cpp
+++ b/Userland/Utilities/useradd.cpp
diff --git a/Userland/userdel.cpp b/Userland/Utilities/userdel.cpp
index 818b73f0b4..818b73f0b4 100644
--- a/Userland/userdel.cpp
+++ b/Userland/Utilities/userdel.cpp
diff --git a/Userland/utmpupdate.cpp b/Userland/Utilities/utmpupdate.cpp
index c055559b7e..c055559b7e 100644
--- a/Userland/utmpupdate.cpp
+++ b/Userland/Utilities/utmpupdate.cpp
diff --git a/Userland/w.cpp b/Userland/Utilities/w.cpp
index 4c9dbc106b..4c9dbc106b 100644
--- a/Userland/w.cpp
+++ b/Userland/Utilities/w.cpp
diff --git a/Userland/watch.cpp b/Userland/Utilities/watch.cpp
index 1377a7667c..1377a7667c 100644
--- a/Userland/watch.cpp
+++ b/Userland/Utilities/watch.cpp
diff --git a/Userland/wc.cpp b/Userland/Utilities/wc.cpp
index cf9fa62d35..cf9fa62d35 100644
--- a/Userland/wc.cpp
+++ b/Userland/Utilities/wc.cpp
diff --git a/Userland/which.cpp b/Userland/Utilities/which.cpp
index e902fae2e7..e902fae2e7 100644
--- a/Userland/which.cpp
+++ b/Userland/Utilities/which.cpp
diff --git a/Userland/whoami.cpp b/Userland/Utilities/whoami.cpp
index 830d1796ba..830d1796ba 100644
--- a/Userland/whoami.cpp
+++ b/Userland/Utilities/whoami.cpp
diff --git a/Userland/xargs.cpp b/Userland/Utilities/xargs.cpp
index 68e4eb54e3..68e4eb54e3 100644
--- a/Userland/xargs.cpp
+++ b/Userland/Utilities/xargs.cpp
diff --git a/Userland/yes.cpp b/Userland/Utilities/yes.cpp
index 31b715ef8f..31b715ef8f 100644
--- a/Userland/yes.cpp
+++ b/Userland/Utilities/yes.cpp