© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Omkar Venkatrao Punjaji
open source DevOps , Linux , Data Structure , c, c++, python
#! /bin/bash echo -e "Enter the name of the file: \c" # -e flag for /c so the cursor stays on the same line read file_name if [ -d $file_name ] # {-f... for regular file }, {-d ... for directory } # {-c ... for character special file } , { -b ... for...
No responses yet.