jeyanth@LAPTOP-9281BSAF:~$ cd ..
jeyanth@LAPTOP-9281BSAF:/home$ cd ..
jeyanth@LAPTOP-9281BSAF:/$ cd /mnt/c/Users/jeyab
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab$ pwd
/mnt/c/Users/jeyab
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab$ ls
'3D Objects'
OneDrive
AppData
Pictures
'Application Data'
PrintHood
Contacts
PycharmProjects
Cookies
Recent
Desktop
'Saved Games'
Documents
Searches
Downloads
SendTo
Favorites
'Start Menu'
Links
Templates
'Local Settings'
Videos
Music
ntuser.dat.LOG1
'My Documents'
ntuser.dat.LOG2
NTUSER.DAT
ntuser.ini
NTUSER.DAT{084633bb-6826-11ed-8dbd-c4142e82b7da}.TM.blf
python
NTUSER.DAT{084633bb-6826-11ed-8dbd-
c4142e82b7da}.TMContainer00000000000000000001.regtrans-ms sample.txt
NTUSER.DAT{084633bb-6826-11ed-8dbd-
c4142e82b7da}.TMContainer00000000000000000002.regtrans-ms testdb.sql
NetHood
venv
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab$ mkdir hello
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab$ cd hello
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ touch hello.text
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ mkdir hi
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ ls
hello.text hi
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ rmdir hi
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ ls
hello.text
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ cp hello.txt hello.txt
cp: cannot stat 'hello.txt': No such file or directory
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ mkdir hi
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ cp hello.txt hi
cp: cannot stat 'hello.txt': No such file or directory
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ ls
hello.text hi
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ cp hello.text hi
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ ls
hello.text hi
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ cd hi
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello/hi$ ls
hello.text
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello/hi$ cd ..
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ rm hello.text
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ ls
hi
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ mv hi/hello.text ./hello
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ ls
hello hi
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ uname
Linux
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ more hello.txt
more: cannot open hello.txt: No such file or directory
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ more hello
hi this is a text
hello world
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ ps
PID TTY TIME CMD
574 pts/0 00:00:00 bash
1280 pts/0 00:00:00 ps
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ more hello | grep world
hello world
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ echo hello
hello
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ sudo apt install locate
[sudo] password for jeyanth:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package locate is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'locate' has no installation candidate
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ locate hello
Command 'locate' not found, but can be installed with:
sudo apt install plocate
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ sudo apt install plocate
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
liburing2
The following NEW packages will be installed:
liburing2 plocate
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 140 kB of archives.
After this operation, 555 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liburing2 amd64 2.1-2build1
[10.3 kB]
Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 plocate amd64 1.1.15-
1ubuntu2 [129 kB]
Fetched 140 kB in 2s (60.8 kB/s)
Selecting previously unselected package liburing2:amd64.
(Reading database ... 24208 files and directories currently installed.)
Preparing to unpack .../liburing2_2.1-2build1_amd64.deb ...
Unpacking liburing2:amd64 (2.1-2build1) ...
Selecting previously unselected package plocate.
Preparing to unpack .../plocate_1.1.15-1ubuntu2_amd64.deb ...
Unpacking plocate (1.1.15-1ubuntu2) ...
Setting up liburing2:amd64 (2.1-2build1) ...
Setting up plocate (1.1.15-1ubuntu2) ...
update-alternatives: using /usr/bin/plocate to provide /usr/bin/locate (locate) in
auto mode
Adding group `plocate' (GID 117) ...
Done.
Initializing plocate database; this may take some time... done
Created symlink /etc/systemd/system/timers.target.wants/plocate-updatedb.timer →
/lib/systemd/system/plocate-updatedb.timer.
Processing triggers for man-db (2.10.2-1) ...
Processing triggers for libc-bin (2.35-0ubuntu3.4) ...
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ locate hello
/mnt/c/$Recycle.Bin/S-1-5-21-4212658252-3458718404-2319926942-1001/$RBI57GJ/hello
/mnt/c/$Recycle.Bin/S-1-5-21-4212658252-3458718404-2319926942-1001/$RBI57GJ/
hello.txt
/mnt/c/Program Files/CMake/share/cmake-3.28/Modules/IntelVSImplicitPath/hello.f
/mnt/c/Program Files/CodeBlocks/MinGW/opt/lib/python2.7/__phello__.foo.py
/mnt/c/Program Files/CodeBlocks/MinGW/opt/lib/python2.7/__phello__.foo.pyc
/mnt/c/Program Files/CodeBlocks/MinGW/opt/lib/python2.7/__phello__.foo.pyo
/mnt/c/Program Files/CodeBlocks/MinGW/opt/lib/tk8.6/demos/hello
/mnt/c/Program Files/CodeBlocks/share/CodeBlocks/templates/wizard/d/console/hello.d
/mnt/c/Program Files/Git/mingw64/lib/tk8.6/demos/hello
/mnt/c/Program Files/LibreOffice/program/python-core-3.8.16/lib/__phello__.foo.py
/mnt/c/Program Files/LibreOffice/share/Scripts/beanshell/HelloWorld/helloworld.bsh
/mnt/c/Program Files/LibreOffice/share/Scripts/javascript/HelloWorld/helloworld.js
/mnt/c/Program Files/PostgreSQL/16/pgAdmin
4/python/Lib/site-packages/pythonwin/pywin/Demos/app/helloapp.py
/mnt/c/Program Files/Python311/Lib/__hello__.py
/mnt/c/Program Files/Python311/Lib/__phello__
/mnt/c/Program Files/Python311/Lib/__phello__/__init__.py
/mnt/c/Program Files/Python311/Lib/__phello__/__pycache__
/mnt/c/Program Files/Python311/Lib/__phello__/ham
/mnt/c/Program Files/Python311/Lib/__phello__/spam.py
/mnt/c/Program Files/Python311/Lib/__phello__/__pycache__/__init__.cpython-311.opt-
1.pyc
/mnt/c/Program Files/Python311/Lib/__phello__/__pycache__/__init__.cpython-311.opt-
2.pyc
/mnt/c/Program Files/Python311/Lib/__phello__/__pycache__/__init__.cpython-311.pyc
/mnt/c/Program Files/Python311/Lib/__phello__/__pycache__/spam.cpython-311.opt-
1.pyc
/mnt/c/Program Files/Python311/Lib/__phello__/__pycache__/spam.cpython-311.opt-
2.pyc
/mnt/c/Program Files/Python311/Lib/__phello__/__pycache__/spam.cpython-311.pyc
/mnt/c/Program Files/Python311/Lib/__phello__/ham/__init__.py
/mnt/c/Program Files/Python311/Lib/__phello__/ham/__pycache__
/mnt/c/Program Files/Python311/Lib/__phello__/ham/eggs.py
/mnt/c/Program Files/Python311/Lib/__phello__/ham/__pycache__/__init__.cpython-
311.opt-1.pyc
/mnt/c/Program Files/Python311/Lib/__phello__/ham/__pycache__/__init__.cpython-
311.opt-2.pyc
/mnt/c/Program Files/Python311/Lib/__phello__/ham/__pycache__/__init__.cpython-
311.pyc
/mnt/c/Program Files/Python311/Lib/__phello__/ham/__pycache__/eggs.cpython-311.opt-
1.pyc
/mnt/c/Program Files/Python311/Lib/__phello__/ham/__pycache__/eggs.cpython-311.opt-
2.pyc
/mnt/c/Program Files/Python311/Lib/__phello__/ham/__pycache__/eggs.cpython-311.pyc
/mnt/c/Program Files/Python311/Lib/__pycache__/__hello__.cpython-311.opt-1.pyc
/mnt/c/Program Files/Python311/Lib/__pycache__/__hello__.cpython-311.opt-2.pyc
/mnt/c/Program Files/Python311/Lib/__pycache__/__hello__.cpython-311.pyc
/mnt/c/Program Files/Python311/tcl/tk8.6/demos/hello
/mnt/c/Users/jeyab/hello
/mnt/c/Users/jeyab/AppData/Roaming/Code/User/globalStorage/ms-edgedevtools.vscode-
edge-devtools/node_modules/tar-fs/test/fixtures/a/hello.txt
/mnt/c/Users/jeyab/AppData/Roaming/Microsoft/Windows/Recent/hello (2).lnk
/mnt/c/Users/jeyab/AppData/Roaming/Microsoft/Windows/Recent/hello.lnk
/mnt/c/Users/jeyab/AppData/Roaming/Python/Python311/site-packages/cmake/data/
share/cmake-3.27/Modules/IntelVSImplicitPath/hello.f
/mnt/c/Users/jeyab/Documents/hello.py
/mnt/c/Users/jeyab/PycharmProjects/1st/venv/tcl/tk8.6/demos/hello
/mnt/c/Users/jeyab/PycharmProjects/untitled/venv/tcl/tk8.6/demos/hello
/mnt/c/Users/jeyab/PycharmProjects/untitled1/venv/tcl/tk8.6/demos/hello
/mnt/c/Users/jeyab/PycharmProjects/untitled2/venv/tcl/tk8.6/demos/hello
/mnt/c/Users/jeyab/PycharmProjects/untitled4/venv/tcl/tk8.6/demos/hello
/mnt/c/Users/jeyab/PycharmProjects/untitled5/venv/tcl/tk8.6/demos/hello
/mnt/c/Users/jeyab/hello/hello
/mnt/c/Users/jeyab/hello/hi
/mnt/c/Windows/System32/@facial-recognition-windows-hello.gif
/mnt/c/Windows/System32/CatRoot/{F750E6C3-38EE-11D1-85E5-00C04FC295EE}/microsoft-
windows-hello-face-package-Wrapper~31bf3856ad364e35~amd64~~10.0.22621.2861.cat
/mnt/c/Windows/System32/CatRoot/{F750E6C3-38EE-11D1-85E5-00C04FC295EE}/microsoft-
windows-hello-face-package-Wrapper~31bf3856ad364e35~amd64~~10.0.22621.3007.cat
/mnt/c/Windows/System32/DriverStore/FileRepository/
helloface.inf_amd64_2ca0f9524221cffc
/mnt/c/Windows/System32/DriverStore/FileRepository/
helloface.inf_amd64_2ca0f9524221cffc/FaceDetectorResources.dll
/mnt/c/Windows/System32/DriverStore/FileRepository/
helloface.inf_amd64_2ca0f9524221cffc/FaceProcessor.dll
/mnt/c/Windows/System32/DriverStore/FileRepository/
helloface.inf_amd64_2ca0f9524221cffc/FaceProcessorCore.dll
/mnt/c/Windows/System32/DriverStore/FileRepository/
helloface.inf_amd64_2ca0f9524221cffc/FaceRecognitionEngineAdapter.dll
/mnt/c/Windows/System32/DriverStore/FileRepository/
helloface.inf_amd64_2ca0f9524221cffc/FaceRecognitionEngineAdapterResources.dll
/mnt/c/Windows/System32/DriverStore/FileRepository/
helloface.inf_amd64_2ca0f9524221cffc/FaceRecognitionEngineAdapterResources_v2.dll
/mnt/c/Windows/System32/DriverStore/FileRepository/
helloface.inf_amd64_2ca0f9524221cffc/FaceRecognitionEngineAdapterResources_v3.dll
/mnt/c/Windows/System32/DriverStore/FileRepository/
helloface.inf_amd64_2ca0f9524221cffc/FaceRecognitionEngineAdapterResources_v4.dll
/mnt/c/Windows/System32/DriverStore/FileRepository/
helloface.inf_amd64_2ca0f9524221cffc/FaceRecognitionEngineAdapterResources_v5.dll
/mnt/c/Windows/System32/DriverStore/FileRepository/
helloface.inf_amd64_2ca0f9524221cffc/FaceRecognitionSensorAdapter.dll
/mnt/c/Windows/System32/DriverStore/FileRepository/
helloface.inf_amd64_2ca0f9524221cffc/FaceRecognitionSensorAdapterVsm.dll
/mnt/c/Windows/System32/DriverStore/FileRepository/
helloface.inf_amd64_2ca0f9524221cffc/FaceRecognitionSensorAdapterVsmSecure.dll
/mnt/c/Windows/System32/DriverStore/FileRepository/
helloface.inf_amd64_2ca0f9524221cffc/FaceTrackerInternal.dll
/mnt/c/Windows/System32/DriverStore/FileRepository/
helloface.inf_amd64_2ca0f9524221cffc/HelloFace.dll
/mnt/c/Windows/System32/DriverStore/FileRepository/
helloface.inf_amd64_2ca0f9524221cffc/HelloFace.inf
/mnt/c/Windows/System32/DriverStore/FileRepository/
helloface.inf_amd64_2ca0f9524221cffc/facerecognitionengineadapterresourcescore.dll
/mnt/c/Windows/System32/DriverStore/FileRepository/
helloface.inf_amd64_2ca0f9524221cffc/
facerecognitionengineadapterresourcessecure.dll
/mnt/c/Windows/System32/DriverStore/FileRepository/
helloface.inf_amd64_2ca0f9524221cffc/facerecognitionsensoradapterresources.dll
/mnt/c/Windows/SystemApps/Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy/
images/winhellofaceLottie.json
/mnt/c/Windows/SystemApps/Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy/
images/winhellofingerprintLottie.json
/mnt/c/Windows/SystemApps/Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy/js/
hello.js
/mnt/c/Windows/SystemApps/Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy/js/
helloEnrollmentPage.js
/mnt/c/Windows/SystemApps/Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy/
views/helloEnrollment.html
/mnt/c/Windows/SystemApps/Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy/
webapps/inclusiveOobe/js/hellobioconsent-page.js
/mnt/c/Windows/SystemApps/Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy/
webapps/inclusiveOobe/js/hellobioconsent-vm.js
/mnt/c/Windows/SystemApps/Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy/
webapps/inclusiveOobe/js/oobehello-page.js
/mnt/c/Windows/SystemApps/Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy/
webapps/inclusiveOobe/js/oobehello-vm.js
/mnt/c/Windows/SystemApps/Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy/
webapps/inclusiveOobe/view/hellobioconsent-main.html
/mnt/c/Windows/SystemApps/Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy/
webapps/inclusiveOobe/view/oobehello-main.html
/mnt/c/Windows/SystemApps/MicrosoftWindows.Client.CBS_cw5n1h2txyewy/webapps/
inclusiveOobe/js/oobehello-page.js
/mnt/c/Windows/SystemApps/MicrosoftWindows.Client.CBS_cw5n1h2txyewy/webapps/
inclusiveOobe/js/oobehello-vm.js
/mnt/c/Windows/SystemApps/MicrosoftWindows.Client.CBS_cw5n1h2txyewy/webapps/
inclusiveOobe/view/oobehello-main.html
/mnt/c/Windows/SystemApps/MicrosoftWindows.Client.CBS_cw5n1h2txyewy/webapps/
scoobe/media/helloLottie.json
/mnt/c/Windows/SystemApps/MicrosoftWindows.Client.CBS_cw5n1h2txyewy/webapps/
scoobe/media/hellofingerprintLottie.json
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2
/mnt/c/Windows/WinSxS/Manifests/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2.man
ifest
/mnt/c/Windows/WinSxS/Temp/InFlight/5103df755d00da0101000000cc185440/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2070_none_1b55f04a841a86c8
/mnt/c/Windows/WinSxS/Temp/InFlight/5103df755d00da0101000000cc185440/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2070_none_1b55f04a841a86c8/f
/mnt/c/Windows/WinSxS/Temp/InFlight/5103df755d00da0101000000cc185440/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2070_none_1b55f04a841a86c8/r
/mnt/c/Windows/WinSxS/Temp/InFlight/c4763efc20e6d901800400002c3f0443/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.1635_none_1b109bcc844f4c10
/mnt/c/Windows/WinSxS/Temp/InFlight/c4763efc20e6d901800400002c3f0443/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.1635_none_1b109bcc844f4c10/f
/mnt/c/Windows/WinSxS/Temp/InFlight/c4763efc20e6d901800400002c3f0443/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.1635_none_1b109bcc844f4c10/r
/mnt/c/Windows/WinSxS/Temp/InFlight/cabefff3ed17da01e3030000cc188412/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2215_none_1b39dcce8430a6c5
/mnt/c/Windows/WinSxS/Temp/InFlight/cabefff3ed17da01e3030000cc188412/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2215_none_1b39dcce8430a6c5/f
/mnt/c/Windows/WinSxS/Temp/InFlight/cabefff3ed17da01e3030000cc188412/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2215_none_1b39dcce8430a6c5/r
/mnt/c/Windows/WinSxS/Temp/InFlight/cb3fcd7373a3d901be030000fc3bb42f/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.755_none_9d4d480ad1cf7cb6
/mnt/c/Windows/WinSxS/Temp/InFlight/cb3fcd7373a3d901be030000fc3bb42f/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.755_none_9d4d480ad1cf7cb6/f
/mnt/c/Windows/WinSxS/Temp/InFlight/cb3fcd7373a3d901be030000fc3bb42f/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.755_none_9d4d480ad1cf7cb6/r
/mnt/c/Windows/WinSxS/Temp/InFlight/ebb67b9a0d31da01e80000000c3e7427/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2361_none_1b3469748433dae5
/mnt/c/Windows/WinSxS/Temp/InFlight/ebb67b9a0d31da01e80000000c3e7427/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2361_none_1b3469748433dae5/f
/mnt/c/Windows/WinSxS/Temp/InFlight/ebb67b9a0d31da01e80000000c3e7427/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2361_none_1b3469748433dae5/r
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/
FaceDetectorResources.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/
FaceProcessor.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/
FaceProcessorCore.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/
FaceRecognitionEngineAdapter.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/
FaceRecognitionEngineAdapterResources.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/
FaceRecognitionEngineAdapterResources_v2.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/
FaceRecognitionEngineAdapterResources_v3.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/
FaceRecognitionEngineAdapterResources_v4.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/
FaceRecognitionEngineAdapterResources_v5.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/
FaceRecognitionSensorAdapter.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/
FaceRecognitionSensorAdapterVsm.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/
FaceRecognitionSensorAdapterVsmSecure.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/
FaceTrackerInternal.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/
HelloFace.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/
HelloFace.inf
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/f
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/
facerecognitionengineadapterresourcescore.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/
facerecognitionengineadapterresourcessecure.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/
facerecognitionsensoradapterresources.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/r
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/f/
FaceDetectorResources.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/f/
FaceProcessor.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/f/
FaceProcessorCore.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/f/
FaceRecognitionEngineAdapter.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/f/
FaceRecognitionEngineAdapterResources.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/f/
FaceRecognitionEngineAdapterResources_v2.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/f/
FaceRecognitionEngineAdapterResources_v3.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/f/
FaceRecognitionEngineAdapterResources_v4.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/f/
FaceRecognitionEngineAdapterResources_v5.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/f/
FaceRecognitionSensorAdapter.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/f/
FaceRecognitionSensorAdapterVsm.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/f/
FaceRecognitionSensorAdapterVsmSecure.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/f/
FaceTrackerInternal.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/f/
HelloFace.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/f/
HelloFace.inf
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/f/
facerecognitionengineadapterresourcescore.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/f/
facerecognitionengineadapterresourcessecure.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/f/
facerecognitionsensoradapterresources.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/r/
FaceDetectorResources.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/r/
FaceProcessor.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/r/
FaceProcessorCore.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/r/
FaceRecognitionEngineAdapter.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/r/
FaceRecognitionEngineAdapterResources.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/r/
FaceRecognitionEngineAdapterResources_v2.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/r/
FaceRecognitionEngineAdapterResources_v3.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/r/
FaceRecognitionEngineAdapterResources_v4.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/r/
FaceRecognitionEngineAdapterResources_v5.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/r/
FaceRecognitionSensorAdapter.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/r/
FaceRecognitionSensorAdapterVsm.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/r/
FaceRecognitionSensorAdapterVsmSecure.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/r/
FaceTrackerInternal.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/r/
HelloFace.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/r/
HelloFace.inf
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/r/
facerecognitionengineadapterresourcescore.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/r/
facerecognitionengineadapterresourcessecure.dll
/mnt/c/Windows/WinSxS/
amd64_dual_helloface.inf_31bf3856ad364e35_10.0.22621.2506_none_1b1855f88449fae2/r/
facerecognitionsensoradapterresources.dll
/mnt/c/Windows/WinSxS/amd64_microsoft-windows-
a..ncredentialprovider_31bf3856ad364e35_10.0.22621.2506_none_4ad5ccd79e81639c/
@facial-recognition-windows-hello.gif
/mnt/c/Windows/WinSxS/amd64_microsoft-windows-
c..riencehost.appxmain_31bf3856ad364e35_10.0.22621.2792_none_e2869c4bc947335d/
hello.js
/mnt/c/Windows/WinSxS/amd64_microsoft-windows-
c..riencehost.appxmain_31bf3856ad364e35_10.0.22621.2792_none_e2869c4bc947335d/
helloEnrollment.html
/mnt/c/Windows/WinSxS/amd64_microsoft-windows-
c..riencehost.appxmain_31bf3856ad364e35_10.0.22621.2792_none_e2869c4bc947335d/
helloEnrollmentPage.js
/mnt/c/Windows/WinSxS/amd64_microsoft-windows-
c..riencehost.appxmain_31bf3856ad364e35_10.0.22621.2792_none_e2869c4bc947335d/
oobehello-main.html
/mnt/c/Windows/WinSxS/amd64_microsoft-windows-
c..riencehost.appxmain_31bf3856ad364e35_10.0.22621.2792_none_e2869c4bc947335d/
oobehello-page.js
/mnt/c/Windows/WinSxS/amd64_microsoft-windows-
c..riencehost.appxmain_31bf3856ad364e35_10.0.22621.2792_none_e2869c4bc947335d/
oobehello-vm.js
/mnt/c/Windows/WinSxS/amd64_microsoft-windows-
c..riencehost.appxmain_31bf3856ad364e35_10.0.22621.2792_none_e2869c4bc947335d/f/
hello.js
/mnt/c/Windows/WinSxS/amd64_microsoft-windows-
c..riencehost.appxmain_31bf3856ad364e35_10.0.22621.2792_none_e2869c4bc947335d/r/
hello.js
/mnt/c/Windows/WinSxS/amd64_microsoft-windows-
c..st.appxmain.desktop_31bf3856ad364e35_10.0.22621.2506_none_68ef6c1a3f93242e/
hellobioconsent-main.html
/mnt/c/Windows/WinSxS/amd64_microsoft-windows-
c..st.appxmain.desktop_31bf3856ad364e35_10.0.22621.2506_none_68ef6c1a3f93242e/
hellobioconsent-page.js
/mnt/c/Windows/WinSxS/amd64_microsoft-windows-
c..st.appxmain.desktop_31bf3856ad364e35_10.0.22621.2506_none_68ef6c1a3f93242e/
hellobioconsent-vm.js
/mnt/c/Windows/WinSxS/amd64_microsoft-windows-
c..st.appxmain.desktop_31bf3856ad364e35_10.0.22621.2506_none_68ef6c1a3f93242e/
winhellofaceLottie.json
/mnt/c/Windows/WinSxS/amd64_microsoft-windows-
c..st.appxmain.desktop_31bf3856ad364e35_10.0.22621.2506_none_68ef6c1a3f93242e/
winhellofingerprintLottie.json
/mnt/c/Windows/WinSxS/amd64_microsoft-windows-
c..st.appxmain.desktop_31bf3856ad364e35_10.0.22621.2506_none_68ef6c1a3f93242e/n/
hellobioconsent-main.html
/mnt/c/Windows/WinSxS/amd64_microsoft-windows-
c..st.appxmain.desktop_31bf3856ad364e35_10.0.22621.2506_none_68ef6c1a3f93242e/n/
hellobioconsent-page.js
/mnt/c/Windows/WinSxS/amd64_microsoft-windows-
c..st.appxmain.desktop_31bf3856ad364e35_10.0.22621.2506_none_68ef6c1a3f93242e/n/
hellobioconsent-vm.js
/mnt/c/Windows/WinSxS/amd64_userexperience-
desktop_31bf3856ad364e35_10.0.22621.2792_none_0c240fd1e5f16b07/CBS/webapps/
inclusiveOobe/js/oobehello-page.js/mnt/c/Windows/WinSxS/amd64_userexperience-
desktop_31bf3856ad364e35_10.0.22621.2792_none_0c240fd1e5f16b07/CBS/webapps/
inclusiveOobe/js/oobehello-vm.js
/mnt/c/Windows/WinSxS/amd64_userexperience-
desktop_31bf3856ad364e35_10.0.22621.2792_none_0c240fd1e5f16b07/CBS/webapps/
inclusiveOobe/view/oobehello-main.html
/mnt/c/Windows/WinSxS/amd64_userexperience-
desktop_31bf3856ad364e35_10.0.22621.2792_none_0c240fd1e5f16b07/CBS/webapps/scoobe/
media/helloLottie.json
/mnt/c/Windows/WinSxS/amd64_userexperience-
desktop_31bf3856ad364e35_10.0.22621.2792_none_0c240fd1e5f16b07/CBS/webapps/scoobe/
media/hellofingerprintLottie.json
/mnt/c/Windows/WinSxS/amd64_userexperience-
desktop_31bf3856ad364e35_10.0.22621.3007_none_0c664ca9e5c140ad/CBS/webapps/
inclusiveOobe/js/oobehello-page.js/mnt/c/Windows/WinSxS/amd64_userexperience-
desktop_31bf3856ad364e35_10.0.22621.3007_none_0c664ca9e5c140ad/CBS/webapps/
inclusiveOobe/js/oobehello-vm.js
/mnt/c/Windows/WinSxS/amd64_userexperience-
desktop_31bf3856ad364e35_10.0.22621.3007_none_0c664ca9e5c140ad/CBS/webapps/
inclusiveOobe/view/oobehello-main.html
/mnt/c/Windows/WinSxS/amd64_userexperience-
desktop_31bf3856ad364e35_10.0.22621.3007_none_0c664ca9e5c140ad/CBS/webapps/scoobe/
media/helloLottie.json
/mnt/c/Windows/WinSxS/amd64_userexperience-
desktop_31bf3856ad364e35_10.0.22621.3007_none_0c664ca9e5c140ad/CBS/webapps/scoobe/
media/hellofingerprintLottie.json
/mnt/c/Windows/servicing/Packages/microsoft-windows-hello-face-package-
Wrapper~31bf3856ad364e35~amd64~~10.0.22621.2861.cat
/mnt/c/Windows/servicing/Packages/microsoft-windows-hello-face-package-
Wrapper~31bf3856ad364e35~amd64~~10.0.22621.2861.mum
/mnt/c/Windows/servicing/Packages/microsoft-windows-hello-face-package-
Wrapper~31bf3856ad364e35~amd64~~10.0.22621.3007.cat
/mnt/c/Windows/servicing/Packages/microsoft-windows-hello-face-package-
Wrapper~31bf3856ad364e35~amd64~~10.0.22621.3007.mum
/mnt/c/xampp/tomcat/webapps/docs/appdev/sample/web/hello.jsp
/mnt/c/xampp/tomcat/webapps/examples/WEB-INF/tags/helloWorld.tag
/mnt/c/xampp/tomcat/webapps/examples/jsp/jsp2/simpletag/hello.html
/mnt/c/xampp/tomcat/webapps/examples/jsp/jsp2/simpletag/hello.jsp
/mnt/c/xampp/tomcat/webapps/examples/jsp/jsp2/simpletag/hello.jsp.html
/mnt/c/xampp/tomcat/webapps/examples/jsp/jsp2/tagfiles/hello.html
/mnt/c/xampp/tomcat/webapps/examples/jsp/jsp2/tagfiles/hello.jsp
/mnt/c/xampp/tomcat/webapps/examples/jsp/jsp2/tagfiles/hello.jsp.html
/mnt/c/xampp/tomcat/webapps/examples/jsp/jsp2/tagfiles/helloWorld.tag.html
/mnt/c/xampp/tomcat/webapps/examples/jsp/jsptoserv/hello.jsp
/mnt/c/xampp/tomcat/webapps/examples/jsp/jsptoserv/hello.jsp.html
/mnt/c/xampp/tomcat/webapps/examples/servlets/helloworld.html
/mnt/d/Dev-Cpp/MinGW64/bin/lib/__phello__.foo.py
/usr/lib/python3.10/__phello__.foo.py
/usr/lib/python3.10/__pycache__/__phello__.foo.cpython-310.pyc
/usr/lib/wsl/drivers/helloface.inf_amd64_2ca0f9524221cffc
/usr/lib/wsl/drivers/helloface.inf_amd64_2ca0f9524221cffc/FaceDetectorResources.dll
/usr/lib/wsl/drivers/helloface.inf_amd64_2ca0f9524221cffc/FaceProcessor.dll
/usr/lib/wsl/drivers/helloface.inf_amd64_2ca0f9524221cffc/FaceProcessorCore.dll
/usr/lib/wsl/drivers/helloface.inf_amd64_2ca0f9524221cffc/
FaceRecognitionEngineAdapter.dll
/usr/lib/wsl/drivers/helloface.inf_amd64_2ca0f9524221cffc/
FaceRecognitionEngineAdapterResources.dll
/usr/lib/wsl/drivers/helloface.inf_amd64_2ca0f9524221cffc/
FaceRecognitionEngineAdapterResources_v2.dll
/usr/lib/wsl/drivers/helloface.inf_amd64_2ca0f9524221cffc/
FaceRecognitionEngineAdapterResources_v3.dll
/usr/lib/wsl/drivers/helloface.inf_amd64_2ca0f9524221cffc/
FaceRecognitionEngineAdapterResources_v4.dll
/usr/lib/wsl/drivers/helloface.inf_amd64_2ca0f9524221cffc/
FaceRecognitionEngineAdapterResources_v5.dll
/usr/lib/wsl/drivers/helloface.inf_amd64_2ca0f9524221cffc/
FaceRecognitionSensorAdapter.dll
/usr/lib/wsl/drivers/helloface.inf_amd64_2ca0f9524221cffc/
FaceRecognitionSensorAdapterVsm.dll
/usr/lib/wsl/drivers/helloface.inf_amd64_2ca0f9524221cffc/
FaceRecognitionSensorAdapterVsmSecure.dll
/usr/lib/wsl/drivers/helloface.inf_amd64_2ca0f9524221cffc/FaceTrackerInternal.dll
/usr/lib/wsl/drivers/helloface.inf_amd64_2ca0f9524221cffc/HelloFace.dll
/usr/lib/wsl/drivers/helloface.inf_amd64_2ca0f9524221cffc/HelloFace.inf
/usr/lib/wsl/drivers/helloface.inf_amd64_2ca0f9524221cffc/
facerecognitionengineadapterresourcescore.dll
/usr/lib/wsl/drivers/helloface.inf_amd64_2ca0f9524221cffc/
facerecognitionengineadapterresourcessecure.dll
/usr/lib/wsl/drivers/helloface.inf_amd64_2ca0f9524221cffc/
facerecognitionsensoradapterresources.dll
/usr/share/doc/gawk/examples/network/hello-serv.awk
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ cat hello
hi this is a text
hello worldjeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ cat hello > this is a
test line
cat: is: No such file or directory
cat: a: No such file or directory
cat: test: No such file or directory
cat: line: No such file or directory
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ cat " this is a test line " >
hello
cat: ' this is a test line ': No such file or directory
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ echo " this is a test line " >
hello
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ cat hello
this is a test line
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ more hello
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ who am i
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ whoami
jeyanth
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ more hi
*** hi: directory ***
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ more hello
this is a text
hello world
hello hi
Os_lab
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ sort hello
Os_lab
hello hi
hello world
this is a text
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ more hello
this is a text
hello world
hello hi
Os_lab
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ cal february 2024
Command 'cal' not found, but can be installed with:
sudo apt install ncal
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ sudo apt install ncal
[sudo] password for jeyanth:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package ncal
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ cal february 2024
Command 'cal' not found, but can be installed with:
sudo apt install ncal
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ sudo apt install ncal
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package ncal
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ sudo apt install cal
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package cal
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ cal January 2024
Command 'cal' not found, but can be installed with:
sudo apt install ncal
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ sudo apt install ncal
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package ncal
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ whereis printf
printf: /usr/bin/printf /usr/share/man/man1/printf.1.gz
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ df -h
Filesystem Size Used Avail Use% Mounted on
none 1.7G 4.0K 1.7G 1% /mnt/wsl
none 80G 72G 8.7G 90% /usr/lib/wsl/drivers
/dev/sdc 1007G 1.4G 955G 1% /
none 1.7G 132K 1.7G 1% /mnt/wslg
none 1.7G 0 1.7G 0% /usr/lib/wsl/lib
rootfs 1.7G 2.1M 1.7G 1% /init
none 1.7G 872K 1.7G 1% /run
none 1.7G 0 1.7G 0% /run/lock
none 1.7G 0 1.7G 0% /run/shm
tmpfs 4.0M 0 4.0M 0% /sys/fs/cgroup
none 1.7G 76K 1.7G 1% /mnt/wslg/versions.txt
none 1.7G 76K 1.7G 1% /mnt/wslg/doc
drvfs 80G 72G 8.7G 90% /mnt/c
drvfs 143G 78G 66G 55% /mnt/d
snapfuse 128K 128K 0 100% /snap/bare/5
snapfuse 74M 74M 0 100% /snap/core22/864
snapfuse 92M 92M 0 100% /snap/gtk-common-themes/1535
snapfuse 41M 41M 0 100% /snap/snapd/20290
snapfuse 132M 132M 0 100% /snap/ubuntu-desktop-installer/1276
snapfuse 41M 41M 0 100% /snap/snapd/20671
snapfuse 75M 75M 0 100% /snap/core22/1122
snapfuse 131M 131M 0 100% /snap/ubuntu-desktop-installer/1284
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ df hello
Filesystem 1K-blocks Used Available Use% Mounted on
drvfs 83886076 74842148 9043928 90% /mnt/c
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ wc hello
3 9 45 hello
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ more hello
this is a text
hello world
hello hi
Os_lab
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ wc -w hello
9 hello
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ wc -l hello
3 hello
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ wc -m hello
45 hello
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ sed 's/hello/welcome to/1' hello
this is a text
welcome to world
welcome to hi
Os_labjeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ sed 's/hello/welcome to'
hello
sed: -e expression #1, char 18: unterminated `s' command
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ sed 's/hello/welcome to/' hello
this is a text
welcome to world
welcome to hi
Os_labjeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ sed 's/hello/welcome to/2'
hello
this is a text
hello world
hello hi
Os_labjeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ sed 's/hello/welcome to/g'
hello
this is a text
welcome to world
welcome to hi
Os_labjeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ sed '1,2 s/hello/welcome
to/g' hellthis is a text
welcome to world
hello hi
Os_labjeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ sed '1,2 s/hello/welcome
to/g' hell
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ sed '4d' hello
this is a text
hello world
hello hi
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$ wget http://sample.com/sample-
menu.php
--2024-02-13 16:52:16-- http://sample.com/sample-menu.php
Resolving sample.com (sample.com)... 52.20.84.62, 192.5.6.30, 192.33.14.30, ...
Connecting to sample.com (sample.com)|52.20.84.62|:80... connected.
HTTP request sent, awaiting response... No data received.
Retrying.
--2024-02-13 16:52:19-- (try: 2) http://sample.com/sample-menu.php
Connecting to sample.com (sample.com)|52.20.84.62|:80... connected.
HTTP request sent, awaiting response... No data received.
Retrying.
--2024-02-13 16:52:22-- (try: 3) http://sample.com/sample-menu.php
Connecting to sample.com (sample.com)|52.20.84.62|:80... connected.
HTTP request sent, awaiting response... No data received.
Retrying.
--2024-02-13 16:52:25-- (try: 4) http://sample.com/sample-menu.php
Connecting to sample.com (sample.com)|52.20.84.62|:80... connected.
HTTP request sent, awaiting response... No data received.
Retrying.
--2024-02-13 16:52:30-- (try: 5) http://sample.com/sample-menu.php
Connecting to sample.com (sample.com)|52.20.84.62|:80... connected.
HTTP request sent, awaiting response... No data received.
Retrying.
^C
jeyanth@LAPTOP-9281BSAF:/mnt/c/Users/jeyab/hello$