azet / community_bash_style_guide

Community Bash Style Guide: writing useful and modern bash scripts, seriously.
Creative Commons Attribution 4.0 International
298 stars 37 forks source link

bash script for creating eot (zero byte) file for all the folder coming in (getting copied) #15

Closed rashidinfo closed 2 years ago

rashidinfo commented 4 years ago

Can anyone help me creating Bash script for creating eot (zero byte) file for all the folder coming (getting copied) into the Linux centOs.

Suggestion: 1.> script need to understand if the folder is been completely copied 2.>Create a file name "folder.eot" (zero byte) in the same place

Response Required, Thanks.

azet commented 2 years ago

This is best for stackexchange or stackoverflow. Not the issue tracker of an open source project that maintains a Bash style guide.

Try asking your questions politely over here:

  1. https://stackoverflow.com/questions/tagged/bash
  2. https://unix.stackexchange.com/questions/tagged/bash

I'm closing this issue as it's a question unrelated to this project.