-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
joci@joci-EP43T-UD3L:~/Dokumentumok/ZadanieDomowe$ cat selected.txt commands.txt | ||
244 | ||
90:root 694 0.0 0.1 46548 11484 ? Ss ápr22 0:00 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers | ||
100:root 777 0.0 0.1 123576 14632 ? Ssl ápr22 0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal | ||
113:joci 1333 0.0 0.0 44992 5100 ? Ssl ápr22 0:00 /usr/bin/pipewire | ||
114:joci 1334 0.0 0.0 28880 4628 ? Ssl ápr22 0:00 /usr/bin/pipewire-media-session | ||
115:joci 1335 0.5 0.2 2890364 23432 ? Ssl ápr22 14:35 /usr/bin/pulseaudio --daemonize=no --log-target=journal | ||
116:joci 1337 0.0 0.1 1153720 9272 ? Ssl ápr22 0:00 /usr/bin/ubuntu-report service | ||
117:joci 1352 0.0 0.0 10752 6684 ? Ss ápr22 0:07 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only | ||
121:joci 1376 0.0 0.0 246676 7208 ? SLl ápr22 0:00 /usr/bin/gnome-keyring-daemon --daemonize --login | ||
122:joci 1391 0.0 0.0 167992 5960 tty2 Ssl+ ápr22 0:00 /usr/libexec/gdm-wayland-session env GNOME_SHELL_SESSION_MODE=ubuntu /usr/bin/gnome-session --session=ubuntu | ||
129:joci 1513 0.0 0.0 8564 4308 ? S ápr22 0:00 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 11 --address=unix:path=/run/user/1000/at-spi/bus | ||
130:joci 1517 0.8 2.7 4548772 225696 ? Ssl ápr22 25:12 /usr/bin/gnome-shell | ||
143:joci 1604 0.0 0.0 38952 7640 ? Ss ápr22 0:00 /snap/snapd-desktop-integration/157/usr/bin/snapd-desktop-integration | ||
145:joci 1668 0.0 0.1 429160 14432 ? Sl ápr22 0:00 /snap/snapd-desktop-integration/157/usr/bin/snapd-desktop-integration | ||
147:joci 1707 0.0 0.2 2666540 21540 ? Sl ápr22 0:00 /usr/bin/gjs /usr/share/gnome-shell/org.gnome.Shell.Notifications | ||
149:joci 1720 0.0 0.0 2892 1612 ? Ss ápr22 0:00 sh -c /usr/bin/ibus-daemon --panel disable $([ "$XDG_SESSION_TYPE" = "x11" ] && echo "--xim") | ||
152:joci 1726 0.0 0.1 394512 9584 ? Sl ápr22 0:35 /usr/bin/ibus-daemon --panel disable | ||
172:joci 1905 0.0 0.4 783932 38312 ? Sl ápr22 0:07 /snap/snap-store/1113/usr/bin/snap-store --gapplication-service | ||
174:joci 1923 0.0 0.2 2674856 19688 ? Sl ápr22 0:00 /usr/bin/gjs /usr/share/gnome-shell/org.gnome.ScreenSaver | ||
178:joci 3080 0.0 0.1 1385760 10088 ? Sl ápr22 0:02 /usr/bin/snap userd | ||
180:joci 3774 0.0 0.0 123356 7536 ? Ssl ápr22 0:04 /usr/bin/speech-dispatcher -s -t 0 | ||
233:joci 54510 2.1 1.2 962488 98912 ? Sl 14:27 0:05 /usr/bin/nautilus --gapplication-service | ||
234:joci 54545 0.0 0.2 41328 19456 ? S 14:27 0:00 /usr/bin/python3 /usr/bin/gnome-terminal --wait | ||
235:joci 54548 0.0 0.3 389316 27908 ? Sl 14:27 0:00 /usr/bin/gnome-terminal.real --wait | ||
668 mkdir ZadanieDomowe | ||
672 touch processes.txt | ||
674 ps aux > processes.txt | ||
677 cp processes.txt copy.txt | ||
679 mv copy.txt backup/copy.txt | ||
680 mkdir backup | ||
682 mv copy.txt backup/copy.txt | ||
691 grep -c "" processes.txt | ||
692 grep -c "" processes.txt > selected.txt | ||
694 grep -rni "/bin" processes.txt | ||
695 grep -rni "/bin" processes.txt >> selected.txt |